#A96F49

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

Shades of Sante Fe #A96F49

Tints of Sante Fe #A96F49

Color information

#A96F49 (or 0xA96F49) is unknown color: approx Sante Fe. HEX triplet: A9, 6F and 49. RGB value is (169,111,73). Sum of RGB (Red+Green+Blue) = 169+111+73=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96F49 is #5690B6. Grayscale: #7C7C7C. Windows color (decimal): -5673143 or 4812713. OLE color: 4812713.

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

Color convert

RGB16911173-
CMYK00.340.570.34
HSL23.75º39.67%47.45%-
HSV(B)23.75º56.8%66.27%-
XYZ23.2520.288.99-
YUV124.0199.22160.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=47.88%
G=31.44%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691117300.340.570.3423.7539.6747.45
HexA96F49022392218282f
Octal2511571110427142305057
Binary1010100111011111001001010001011100110001011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F49; }

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

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

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

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

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

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

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

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