#AA7252

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

Shades of Sante Fe #AA7252

Tints of Sante Fe #AA7252

Color information

#AA7252 (or 0xAA7252) is unknown color: approx Sante Fe. HEX triplet: AA, 72 and 52. RGB value is (170,114,82). Sum of RGB (Red+Green+Blue) = 170+114+82=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7252 is #558DAD. Grayscale: #7F7F7F. Windows color (decimal): -5606830 or 5403306. OLE color: 5403306.

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

Color convert

RGB17011482-
CMYK00.330.520.33
HSL21.82º34.92%49.41%-
HSV(B)21.82º51.76%66.67%-
XYZ24.1221.1910.8-
YUV127.1102.55158.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=46.45%
G=31.15%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701148200.330.520.3321.8234.9249.41
HexAA72520213421162331
Octal2521621220416441264361
Binary1010101011100101010010010000111010010000110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7252; }

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

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

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

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

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

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

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

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