#A96C49

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

Shades of Sante Fe #A96C49

Tints of Sante Fe #A96C49

Color information

#A96C49 (or 0xA96C49) is unknown color: approx Sante Fe. HEX triplet: A9, 6C and 49. RGB value is (169,108,73). Sum of RGB (Red+Green+Blue) = 169+108+73=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C49 is #5693B6. Grayscale: #7A7A7A. Windows color (decimal): -5673911 or 4811945. OLE color: 4811945.

HSL color Cylindrical-coordinate representation of color #A96C49: hue angle of 21.88º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96C49 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16910873-
CMYK00.360.570.34
HSL21.88º39.67%47.45%-
HSV(B)21.88º56.8%66.27%-
XYZ22.9319.648.89-
YUV122.25100.21161.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 108 (42.58% from 255) = 30.86%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=48.29%
G=30.86%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691087300.360.570.3421.8839.6747.45
HexA96C49024392216282f
Octal2511541110447142265057
Binary1010100111011001001001010010011100110001010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C49; }

 p { color: rgb(169,108,73); }

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

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

 a { background-color: rgb(169,108,73); }

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

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

 span { border-color: rgb(169,108,73); }

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