#AA6A59

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

Shades of Sante Fe #AA6A59

Tints of Sante Fe #AA6A59

Color information

#AA6A59 (or 0xAA6A59) is unknown color: approx Sante Fe. HEX triplet: AA, 6A and 59. RGB value is (170,106,89). Sum of RGB (Red+Green+Blue) = 170+106+89=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A59 is #5595A6. Grayscale: #7B7B7B. Windows color (decimal): -5608871 or 5860010. OLE color: 5860010.

HSL color Cylindrical-coordinate representation of color #AA6A59: hue angle of 12.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6A59 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17010689-
CMYK00.380.480.33
HSL12.59º32.27%50.78%-
HSV(B)12.59º47.65%66.67%-
XYZ23.5319.5811.99-
YUV123.2108.7161.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=46.58%
G=29.04%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701068900.380.480.3312.5932.2750.78
HexAA6A590263021d2033
Octal2521521310466041154063
Binary101010101101010101100101001101100001000011101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6A59; }

 p { color: rgb(170,106,89); }

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

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

 a { background-color: rgb(170,106,89); }

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

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

 span { border-color: rgb(170,106,89); }

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