#A46853

Color #A46853 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A46853

Tints of Sante Fe #A46853

Color information

#A46853 (or 0xA46853) is unknown color: approx Sante Fe. HEX triplet: A4, 68 and 53. RGB value is (164,104,83). Sum of RGB (Red+Green+Blue) = 164+104+83=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46853 is #5B97AC. Grayscale: #777777. Windows color (decimal): -6002605 or 5466276. OLE color: 5466276.

HSL color Cylindrical-coordinate representation of color #A46853: hue angle of 15.56º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46853 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16410483-
CMYK00.370.490.36
HSL15.56º32.79%48.43%-
HSV(B)15.56º49.39%64.31%-
XYZ21.8218.4210.59-
YUV119.55107.38159.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=46.72%
G=29.63%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641048300.370.490.3615.5632.7948.43
HexA468530253124102130
Octal2441501230456144204160
Binary1010010011010001010011010010111000110010010000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46853; }

 p { color: rgb(164,104,83); }

 H1.HeaderClassName
 {
   color: #A46853;
 }
 .AnyTagClassName
 {
   color: #A46853;
 }
</style>
background-color css

<style>
 a { background-color: #A46853; }

 a { background-color: rgb(164,104,83); }

 div.DivClassName
 {
   background-color: #A46853;
 }
 .BgClassName
 {
   background-color: #A46853;
 }
</style>
border-color css

<style>
 span { border-color: #A46853; }

 span { border-color: rgb(164,104,83); }

 td.TdClassName
 {
   border-color: #A46853;
 }
 .TagClassName
 {
   border-color: #A46853;
 }
</style>