#A86B47

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

Shades of Sante Fe #A86B47

Tints of Sante Fe #A86B47

Color information

#A86B47 (or 0xA86B47) is unknown color: approx Sante Fe. HEX triplet: A8, 6B and 47. RGB value is (168,107,71). Sum of RGB (Red+Green+Blue) = 168+107+71=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A86B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86B47 is #5794B8. Grayscale: #797979. Windows color (decimal): -5739705 or 4680616. OLE color: 4680616.

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

Color convert

RGB16810771-
CMYK00.360.580.34
HSL22.27º40.59%46.86%-
HSV(B)22.27º57.74%65.88%-
XYZ22.5419.38.5-
YUV121.1499.71161.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 71 (28.12% from 255) = 20.52%
R=48.55%
G=30.92%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681077100.360.580.3422.2740.5946.86
HexA86B470243A2216292f
Octal2501531070447242265157
Binary1010100011010111000111010010011101010001010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86B47; }

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

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

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

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

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

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

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

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