#A87456

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

Shades of Sante Fe #A87456

Tints of Sante Fe #A87456

Color information

#A87456 (or 0xA87456) is unknown color: approx Sante Fe. HEX triplet: A8, 74 and 56. RGB value is (168,116,86). Sum of RGB (Red+Green+Blue) = 168+116+86=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A87456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87456 is #578BA9. Grayscale: #808080. Windows color (decimal): -5737386 or 5665960. OLE color: 5665960.

HSL color Cylindrical-coordinate representation of color #A87456: hue angle of 21.95º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A87456 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16811686-
CMYK00.310.490.34
HSL21.95º32.28%49.8%-
HSV(B)21.95º48.81%65.88%-
XYZ24.0721.4911.68-
YUV128.13104.23156.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=45.41%
G=31.35%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681168600.310.490.3421.9532.2849.8
HexA8745601F3122162032
Octal2501641260376142264062
Binary101010001110100101011001111111000110001010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87456; }

 p { color: rgb(168,116,86); }

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

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

 a { background-color: rgb(168,116,86); }

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

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

 span { border-color: rgb(168,116,86); }

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