#A86A47

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

Shades of Sante Fe #A86A47

Tints of Sante Fe #A86A47

Color information

#A86A47 (or 0xA86A47) is unknown color: approx Sante Fe. HEX triplet: A8, 6A and 47. RGB value is (168,106,71). Sum of RGB (Red+Green+Blue) = 168+106+71=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86A47 is #5795B8. Grayscale: #787878. Windows color (decimal): -5739961 or 4680360. OLE color: 4680360.

HSL color Cylindrical-coordinate representation of color #A86A47: hue angle of 21.65º 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 #A86A47 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16810671-
CMYK00.370.580.34
HSL21.65º40.59%46.86%-
HSV(B)21.65º57.74%65.88%-
XYZ22.4419.098.46-
YUV120.55100.04161.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=48.70%
G=30.72%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681067100.370.580.3421.6540.5946.86
HexA86A470253A2216292f
Octal2501521070457242265157
Binary1010100011010101000111010010111101010001010110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A47; }

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

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

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

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

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

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

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

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