#A86E57

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

Shades of Sante Fe #A86E57

Tints of Sante Fe #A86E57

Color information

#A86E57 (or 0xA86E57) is unknown color: approx Sante Fe. HEX triplet: A8, 6E and 57. RGB value is (168,110,87). Sum of RGB (Red+Green+Blue) = 168+110+87=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E57 is #5791A8. Grayscale: #7C7C7C. Windows color (decimal): -5738921 or 5729960. OLE color: 5729960.

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

Color convert

RGB16811087-
CMYK00.350.480.34
HSL17.04º31.76%50%-
HSV(B)17.04º48.21%65.88%-
XYZ23.4420.1611.67-
YUV124.72106.72158.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 87 (34.38% from 255) = 23.84%
R=46.03%
G=30.14%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681108700.350.480.3417.0431.7650
HexA86E570233022112032
Octal2501561270436042214062
Binary1010100011011101010111010001111000010001010001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E57; }

 p { color: rgb(168,110,87); }

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

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

 a { background-color: rgb(168,110,87); }

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

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

 span { border-color: rgb(168,110,87); }

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