#AA6252

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

Shades of Sante Fe #AA6252

Tints of Sante Fe #AA6252

Color information

#AA6252 (or 0xAA6252) is unknown color: approx Sante Fe. HEX triplet: AA, 62 and 52. RGB value is (170,98,82). Sum of RGB (Red+Green+Blue) = 170+98+82=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6252 is #559DAD. Grayscale: #757575. Windows color (decimal): -5610926 or 5399210. OLE color: 5399210.

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

Color convert

RGB1709882-
CMYK00.420.520.33
HSL10.91º34.92%49.41%-
HSV(B)10.91º51.76%66.67%-
XYZ22.4717.8910.25-
YUV117.7107.85165.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=48.57%
G=28%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170988200.420.520.3310.9134.9249.41
HexAA625202A3421b2331
Octal2521421220526441134361
Binary101010101100010101001001010101101001000011011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6252; }

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

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

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

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

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

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

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

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