#A96955

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

Shades of Sante Fe #A96955

Tints of Sante Fe #A96955

Color information

#A96955 (or 0xA96955) is unknown color: approx Sante Fe. HEX triplet: A9, 69 and 55. RGB value is (169,105,85). Sum of RGB (Red+Green+Blue) = 169+105+85=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A96955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96955 is #5696AA. Grayscale: #797979. Windows color (decimal): -5674667 or 5597609. OLE color: 5597609.

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

Color convert

RGB16910585-
CMYK00.380.500.34
HSL14.29º33.07%49.8%-
HSV(B)14.29º49.7%66.27%-
XYZ23.0519.1911.08-
YUV121.86107.2161.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 85 (33.59% from 255) = 23.68%
R=47.08%
G=29.25%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691058500.380.500.3414.2933.0749.8
HexA969550263222e2132
Octal2511511250466242164162
Binary101010011101001101010101001101100101000101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96955; }

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

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

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

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

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

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

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

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