#A97657

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

Shades of Sante Fe #A97657

Tints of Sante Fe #A97657

Color information

#A97657 (or 0xA97657) is unknown color: approx Sante Fe. HEX triplet: A9, 76 and 57. RGB value is (169,118,87). Sum of RGB (Red+Green+Blue) = 169+118+87=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A97657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97657 is #5689A8. Grayscale: #818181. Windows color (decimal): -5671337 or 5732009. OLE color: 5732009.

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

Color convert

RGB16911887-
CMYK00.300.490.34
HSL22.68º32.28%50.2%-
HSV(B)22.68º48.52%66.27%-
XYZ24.5622.0811.98-
YUV129.72103.9156.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=45.19%
G=31.55%
B=23.26%

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
Decimal1691188700.300.490.3422.6832.2850.2
HexA9765701E3122172032
Octal2511661270366142274062
Binary101010011110110101011101111011000110001010111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97657; }

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

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

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

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

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

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

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

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