#A96A50

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

Shades of Sante Fe #A96A50

Tints of Sante Fe #A96A50

Color information

#A96A50 (or 0xA96A50) is unknown color: approx Sante Fe. HEX triplet: A9, 6A and 50. RGB value is (169,106,80). Sum of RGB (Red+Green+Blue) = 169+106+80=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A50 is #5695AF. Grayscale: #7A7A7A. Windows color (decimal): -5674416 or 5270185. OLE color: 5270185.

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

Color convert

RGB16910680-
CMYK00.370.530.34
HSL17.53º35.74%48.82%-
HSV(B)17.53º52.66%66.27%-
XYZ22.9619.3210.11-
YUV121.87104.37161.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=47.61%
G=29.86%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691068000.370.530.3417.5335.7448.82
HexA96A500253522122431
Octal2511521200456542224461
Binary1010100111010101010000010010111010110001010010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A50; }

 p { color: rgb(169,106,80); }

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

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

 a { background-color: rgb(169,106,80); }

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

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

 span { border-color: rgb(169,106,80); }

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