#A96D4A

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

Shades of Sante Fe #A96D4A

Tints of Sante Fe #A96D4A

Color information

#A96D4A (or 0xA96D4A) is unknown color: approx Sante Fe. HEX triplet: A9, 6D and 4A. RGB value is (169,109,74). Sum of RGB (Red+Green+Blue) = 169+109+74=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96D4A is #5692B5. Grayscale: #7B7B7B. Windows color (decimal): -5673654 or 4877737. OLE color: 4877737.

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

Color convert

RGB16910974-
CMYK00.360.560.34
HSL22.11º39.09%47.65%-
HSV(B)22.11º56.21%66.27%-
XYZ23.0719.879.1-
YUV122.95100.38160.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=48.01%
G=30.97%
B=21.02%

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
Decimal1691097400.360.560.3422.1139.0947.65
HexA96D4A0243822162730
Octal2511551120447042264760
Binary1010100111011011001010010010011100010001010110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D4A; }

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

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

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

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

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

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

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

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