#A97652

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

Shades of Sante Fe #A97652

Tints of Sante Fe #A97652

Color information

#A97652 (or 0xA97652) is unknown color: approx Sante Fe. HEX triplet: A9, 76 and 52. RGB value is (169,118,82). Sum of RGB (Red+Green+Blue) = 169+118+82=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A97652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97652 is #5689AD. Grayscale: #818181. Windows color (decimal): -5671342 or 5404329. OLE color: 5404329.

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

Color convert

RGB16911882-
CMYK00.300.510.34
HSL24.83º34.66%49.22%-
HSV(B)24.83º51.48%66.27%-
XYZ24.362210.95-
YUV129.15101.4156.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=45.80%
G=31.98%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691188200.300.510.3424.8334.6649.22
HexA9765201E3322192331
Octal2511661220366342314361
Binary101010011110110101001001111011001110001011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97652; }

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

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

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

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

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

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

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

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