#AA6E59

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

Shades of Sante Fe #AA6E59

Tints of Sante Fe #AA6E59

Color information

#AA6E59 (or 0xAA6E59) is unknown color: approx Sante Fe. HEX triplet: AA, 6E and 59. RGB value is (170,110,89). Sum of RGB (Red+Green+Blue) = 170+110+89=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E59 is #5591A6. Grayscale: #7D7D7D. Windows color (decimal): -5607847 or 5861034. OLE color: 5861034.

HSL color Cylindrical-coordinate representation of color #AA6E59: hue angle of 15.56º 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 #AA6E59 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17011089-
CMYK00.350.480.33
HSL15.56º32.27%50.78%-
HSV(B)15.56º47.65%66.67%-
XYZ23.9620.4212.13-
YUV125.55107.38159.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 89 (35.16% from 255) = 24.12%
R=46.07%
G=29.81%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701108900.350.480.3315.5632.2750.78
HexAA6E590233021102033
Octal2521561310436041204063
Binary1010101011011101011001010001111000010000110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E59; }

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

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

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

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

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

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

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

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