#AA6E54

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

Shades of Sante Fe #AA6E54

Tints of Sante Fe #AA6E54

Color information

#AA6E54 (or 0xAA6E54) is unknown color: approx Sante Fe. HEX triplet: AA, 6E and 54. RGB value is (170,110,84). Sum of RGB (Red+Green+Blue) = 170+110+84=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6E54 is #5591AB. Grayscale: #7D7D7D. Windows color (decimal): -5607852 or 5533354. OLE color: 5533354.

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

Color convert

RGB17011084-
CMYK00.350.510.33
HSL18.14º33.86%49.8%-
HSV(B)18.14º50.59%66.67%-
XYZ23.7520.3411.06-
YUV124.98104.88160.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=46.70%
G=30.22%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701108400.350.510.3318.1433.8649.8
HexAA6E540233321122232
Octal2521561240436341224262
Binary1010101011011101010100010001111001110000110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6E54; }

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

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

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

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

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

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

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

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