#AA6E49

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

Shades of Sante Fe #AA6E49

Tints of Sante Fe #AA6E49

Color information

#AA6E49 (or 0xAA6E49) is unknown color: approx Sante Fe. HEX triplet: AA, 6E and 49. RGB value is (170,110,73). Sum of RGB (Red+Green+Blue) = 170+110+73=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA6E49 is #5591B6. Grayscale: #7B7B7B. Windows color (decimal): -5607863 or 4812458. OLE color: 4812458.

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

Color convert

RGB17011073-
CMYK00.350.570.33
HSL22.89º39.92%47.65%-
HSV(B)22.89º57.06%66.67%-
XYZ23.3620.188.97-
YUV123.7299.38161.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=48.16%
G=31.16%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701107300.350.570.3322.8939.9247.65
HexAA6E490233921172830
Octal2521561110437141275060
Binary1010101011011101001001010001111100110000110111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E49; }

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

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

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

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

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

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

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

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