#A96E55

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

Shades of Sante Fe #A96E55

Tints of Sante Fe #A96E55

Color information

#A96E55 (or 0xA96E55) is unknown color: approx Sante Fe. HEX triplet: A9, 6E and 55. RGB value is (169,110,85). Sum of RGB (Red+Green+Blue) = 169+110+85=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E55 is #5691AA. Grayscale: #7C7C7C. Windows color (decimal): -5673387 or 5598889. OLE color: 5598889.

HSL color Cylindrical-coordinate representation of color #A96E55: hue angle of 17.86º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A96E55 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB16911085-
CMYK00.350.500.34
HSL17.86º33.07%49.8%-
HSV(B)17.86º49.7%66.27%-
XYZ23.5820.2411.26-
YUV124.79105.55159.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 85 (33.59% from 255) = 23.35%
R=46.43%
G=30.22%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691108500.350.500.3417.8633.0749.8
HexA96E550233222122132
Octal2511561250436242224162
Binary1010100111011101010101010001111001010001010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E55; }

 p { color: rgb(169,110,85); }

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

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

 a { background-color: rgb(169,110,85); }

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

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

 span { border-color: rgb(169,110,85); }

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