#A87356

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

Shades of Sante Fe #A87356

Tints of Sante Fe #A87356

Color information

#A87356 (or 0xA87356) is unknown color: approx Sante Fe. HEX triplet: A8, 73 and 56. RGB value is (168,115,86). Sum of RGB (Red+Green+Blue) = 168+115+86=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87356 is #578CA9. Grayscale: #7F7F7F. Windows color (decimal): -5737642 or 5665704. OLE color: 5665704.

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

Color convert

RGB16811586-
CMYK00.320.490.34
HSL21.22º32.28%49.8%-
HSV(B)21.22º48.81%65.88%-
XYZ23.9621.2611.64-
YUV127.54104.56156.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=45.53%
G=31.17%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681158600.320.490.3421.2232.2849.8
HexA873560203122152032
Octal2501631260406142254062
Binary1010100011100111010110010000011000110001010101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87356; }

 p { color: rgb(168,115,86); }

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

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

 a { background-color: rgb(168,115,86); }

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

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

 span { border-color: rgb(168,115,86); }

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