#A96B4C

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

Shades of Sante Fe #A96B4C

Tints of Sante Fe #A96B4C

Color information

#A96B4C (or 0xA96B4C) is unknown color: approx Sante Fe. HEX triplet: A9, 6B and 4C. RGB value is (169,107,76). Sum of RGB (Red+Green+Blue) = 169+107+76=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96B4C is #5694B3. Grayscale: #7A7A7A. Windows color (decimal): -5674164 or 5008297. OLE color: 5008297.

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

Color convert

RGB16910776-
CMYK00.370.550.34
HSL20º37.96%48.04%-
HSV(B)20º55.03%66.27%-
XYZ22.9219.479.39-
YUV122102.04161.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=48.01%
G=30.40%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691077600.370.550.342037.9648.04
HexA96B4C0253722142630
Octal2511531140456742244660
Binary1010100111010111001100010010111011110001010100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B4C; }

 p { color: rgb(169,107,76); }

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

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

 a { background-color: rgb(169,107,76); }

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

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

 span { border-color: rgb(169,107,76); }

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