#AA7552

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

Shades of Sante Fe #AA7552

Tints of Sante Fe #AA7552

Color information

#AA7552 (or 0xAA7552) is unknown color: approx Sante Fe. HEX triplet: AA, 75 and 52. RGB value is (170,117,82). Sum of RGB (Red+Green+Blue) = 170+117+82=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7552 is #558AAD. Grayscale: #818181. Windows color (decimal): -5606062 or 5404074. OLE color: 5404074.

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

Color convert

RGB17011782-
CMYK00.310.520.33
HSL23.86º34.92%49.41%-
HSV(B)23.86º51.76%66.67%-
XYZ24.4621.8810.92-
YUV128.86101.56157.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=46.07%
G=31.71%
B=22.22%

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
Decimal1701178200.310.520.3323.8634.9249.41
HexAA755201F3421182331
Octal2521651220376441304361
Binary101010101110101101001001111111010010000111000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7552; }

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

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

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

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

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

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

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

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