#A96655

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

Shades of Sante Fe #A96655

Tints of Sante Fe #A96655

Color information

#A96655 (or 0xA96655) is unknown color: approx Sante Fe. HEX triplet: A9, 66 and 55. RGB value is (169,102,85). Sum of RGB (Red+Green+Blue) = 169+102+85=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A96655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96655 is #5699AA. Grayscale: #787878. Windows color (decimal): -5675435 or 5596841. OLE color: 5596841.

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

Color convert

RGB16910285-
CMYK00.400.500.34
HSL12.14º33.07%49.8%-
HSV(B)12.14º49.7%66.27%-
XYZ22.7518.5910.98-
YUV120.1108.2162.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 85 (33.59% from 255) = 23.88%
R=47.47%
G=28.65%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691028500.400.500.3412.1433.0749.8
HexA966550283222c2132
Octal2511461250506242144162
Binary101010011100110101010101010001100101000101100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96655; }

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

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

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

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

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

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

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

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