#A86857

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

Shades of Sante Fe #A86857

Tints of Sante Fe #A86857

Color information

#A86857 (or 0xA86857) is unknown color: approx Sante Fe. HEX triplet: A8, 68 and 57. RGB value is (168,104,87). Sum of RGB (Red+Green+Blue) = 168+104+87=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A86857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86857 is #5797A8. Grayscale: #797979. Windows color (decimal): -5740457 or 5728424. OLE color: 5728424.

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

Color convert

RGB16810487-
CMYK00.380.480.34
HSL12.59º31.76%50%-
HSV(B)12.59º48.21%65.88%-
XYZ22.8218.9111.46-
YUV121.2108.7161.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=46.80%
G=28.97%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681048700.380.480.3412.5931.7650
HexA868570263022d2032
Octal2501501270466042154062
Binary101010001101000101011101001101100001000101101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86857; }

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

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

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

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

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

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

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

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