#AA525E

Color #AA525E Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #AA525E

Tints of Hippie Pink #AA525E

Color information

#AA525E (or 0xAA525E) is unknown color: approx Hippie Pink. HEX triplet: AA, 52 and 5E. RGB value is (170,82,94). Sum of RGB (Red+Green+Blue) = 170+82+94=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525E is #55ADA1. Grayscale: #6D6D6D. Windows color (decimal): -5615010 or 6181546. OLE color: 6181546.

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

Color convert

RGB1708294-
CMYK00.520.450.33
HSL351.82º34.92%49.41%-
HSV(B)351.82º51.76%66.67%-
XYZ21.6215.3912.42-
YUV109.68119.15171.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.13%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=49.13%
G=23.70%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170829400.520.450.33351.8234.9249.41
HexAA525E0342D211602331
Octal25212213606455415404361
Binary10101010101001010111100110100101101100001101100000100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA525E; }

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

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

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

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

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

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

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

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