#A96C4A

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

Shades of Sante Fe #A96C4A

Tints of Sante Fe #A96C4A

Color information

#A96C4A (or 0xA96C4A) is unknown color: approx Sante Fe. HEX triplet: A9, 6C and 4A. RGB value is (169,108,74). Sum of RGB (Red+Green+Blue) = 169+108+74=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A96C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96C4A is #5693B5. Grayscale: #7A7A7A. Windows color (decimal): -5673910 or 4877481. OLE color: 4877481.

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

Color convert

RGB16910874-
CMYK00.360.560.34
HSL21.47º39.09%47.65%-
HSV(B)21.47º56.21%66.27%-
XYZ22.9619.659.06-
YUV122.36100.71161.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 108 (42.58% from 255) = 30.77%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=48.15%
G=30.77%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691087400.360.560.3421.4739.0947.65
HexA96C4A0243822152730
Octal2511541120447042254760
Binary1010100111011001001010010010011100010001010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96C4A; }

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

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

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

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

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

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

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

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