#AA7652

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

Shades of Sante Fe #AA7652

Tints of Sante Fe #AA7652

Color information

#AA7652 (or 0xAA7652) is unknown color: approx Sante Fe. HEX triplet: AA, 76 and 52. RGB value is (170,118,82). Sum of RGB (Red+Green+Blue) = 170+118+82=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7652 is #5589AD. Grayscale: #818181. Windows color (decimal): -5605806 or 5404330. OLE color: 5404330.

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

Color convert

RGB17011882-
CMYK00.310.520.33
HSL24.55º34.92%49.41%-
HSV(B)24.55º51.76%66.67%-
XYZ24.5822.1110.96-
YUV129.44101.23156.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=45.95%
G=31.89%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701188200.310.520.3324.5534.9249.41
HexAA765201F3421192331
Octal2521661220376441314361
Binary101010101110110101001001111111010010000111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7652; }

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

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

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

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

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

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

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

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