#A96949

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

Shades of Sante Fe #A96949

Tints of Sante Fe #A96949

Color information

#A96949 (or 0xA96949) is unknown color: approx Sante Fe. HEX triplet: A9, 69 and 49. RGB value is (169,105,73). Sum of RGB (Red+Green+Blue) = 169+105+73=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A96949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96949 is #5696B6. Grayscale: #787878. Windows color (decimal): -5674679 or 4811177. OLE color: 4811177.

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

Color convert

RGB16910573-
CMYK00.380.570.34
HSL20º39.67%47.45%-
HSV(B)20º56.8%66.27%-
XYZ22.6219.028.78-
YUV120.49101.2162.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=48.70%
G=30.26%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691057300.380.570.342039.6747.45
HexA96949026392214282f
Octal2511511110467142245057
Binary1010100111010011001001010011011100110001010100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96949; }

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

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

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

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

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

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

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

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