#AA525A

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

Shades of Hippie Pink #AA525A

Tints of Hippie Pink #AA525A

Color information

#AA525A (or 0xAA525A) is unknown color: approx Hippie Pink. HEX triplet: AA, 52 and 5A. RGB value is (170,82,90). Sum of RGB (Red+Green+Blue) = 170+82+90=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525A is #55ADA5. Grayscale: #6D6D6D. Windows color (decimal): -5615014 or 5919402. OLE color: 5919402.

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

Color convert

RGB1708290-
CMYK00.520.470.33
HSL354.55º34.92%49.41%-
HSV(B)354.55º51.76%66.67%-
XYZ21.4415.3211.5-
YUV109.22117.15171.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=49.71%
G=23.98%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170829000.520.470.33354.5534.9249.41
HexAA525A0342F211632331
Octal25212213206457415434361
Binary10101010101001010110100110100101111100001101100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA525A; }

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

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

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

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

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

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

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

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