#A86B4C

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

Shades of Sante Fe #A86B4C

Tints of Sante Fe #A86B4C

Color information

#A86B4C (or 0xA86B4C) is unknown color: approx Sante Fe. HEX triplet: A8, 6B and 4C. RGB value is (168,107,76). Sum of RGB (Red+Green+Blue) = 168+107+76=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B4C is #5794B3. Grayscale: #797979. Windows color (decimal): -5739700 or 5008296. OLE color: 5008296.

HSL color Cylindrical-coordinate representation of color #A86B4C: hue angle of 20.22º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86B4C is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16810776-
CMYK00.360.550.34
HSL20.22º37.7%47.84%-
HSV(B)20.22º54.76%65.88%-
XYZ22.7119.369.38-
YUV121.7102.21161.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 107 (42.19% from 255) = 30.48%
BLUE value IS 76 (30.08% from 255) = 21.65%
R=47.86%
G=30.48%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681077600.360.550.3420.2237.747.84
HexA86B4C0243722142630
Octal2501531140446742244660
Binary1010100011010111001100010010011011110001010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B4C; }

 p { color: rgb(168,107,76); }

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

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

 a { background-color: rgb(168,107,76); }

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

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

 span { border-color: rgb(168,107,76); }

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