#A97656

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

Shades of Sante Fe #A97656

Tints of Sante Fe #A97656

Color information

#A97656 (or 0xA97656) is unknown color: approx Sante Fe. HEX triplet: A9, 76 and 56. RGB value is (169,118,86). Sum of RGB (Red+Green+Blue) = 169+118+86=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97656 is #5689A9. Grayscale: #818181. Windows color (decimal): -5671338 or 5666473. OLE color: 5666473.

HSL color Cylindrical-coordinate representation of color #A97656: hue angle of 23.13º degrees, saturation: 0.33, 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 #A97656 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16911886-
CMYK00.300.490.34
HSL23.13º32.55%50%-
HSV(B)23.13º49.11%66.27%-
XYZ24.5222.0611.77-
YUV129.6103.4156.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=45.31%
G=31.64%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691188600.300.490.3423.1332.5550
HexA9765601E3122172132
Octal2511661260366142274162
Binary101010011110110101011001111011000110001010111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97656; }

 p { color: rgb(169,118,86); }

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

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

 a { background-color: rgb(169,118,86); }

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

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

 span { border-color: rgb(169,118,86); }

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