#AA7052

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

Shades of Sante Fe #AA7052

Tints of Sante Fe #AA7052

Color information

#AA7052 (or 0xAA7052) is unknown color: approx Sante Fe. HEX triplet: AA, 70 and 52. RGB value is (170,112,82). Sum of RGB (Red+Green+Blue) = 170+112+82=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7052 is #558FAD. Grayscale: #7E7E7E. Windows color (decimal): -5607342 or 5402794. OLE color: 5402794.

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

Color convert

RGB17011282-
CMYK00.340.520.33
HSL20.45º34.92%49.41%-
HSV(B)20.45º51.76%66.67%-
XYZ23.8920.7410.73-
YUV125.92103.22159.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=46.70%
G=30.77%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701128200.340.520.3320.4534.9249.41
HexAA70520223421142331
Octal2521601220426441244361
Binary1010101011100001010010010001011010010000110100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7052; }

 p { color: rgb(170,112,82); }

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

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

 a { background-color: rgb(170,112,82); }

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

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

 span { border-color: rgb(170,112,82); }

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