#AA525B

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

Shades of Hippie Pink #AA525B

Tints of Hippie Pink #AA525B

Color information

#AA525B (or 0xAA525B) is unknown color: approx Hippie Pink. HEX triplet: AA, 52 and 5B. RGB value is (170,82,91). Sum of RGB (Red+Green+Blue) = 170+82+91=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA525B is #55ADA4. Grayscale: #6D6D6D. Windows color (decimal): -5615013 or 5984938. OLE color: 5984938.

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

Color convert

RGB1708291-
CMYK00.520.460.33
HSL353.86º34.92%49.41%-
HSV(B)353.86º51.76%66.67%-
XYZ21.4815.3411.73-
YUV109.34117.65171.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=49.56%
G=23.91%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170829100.520.460.33353.8634.9249.41
HexAA525B0342E211622331
Octal25212213306456415424361
Binary10101010101001010110110110100101110100001101100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA525B; }

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

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

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

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

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

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

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

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