#AA585A

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

Shades of Hippie Pink #AA585A

Tints of Hippie Pink #AA585A

Color information

#AA585A (or 0xAA585A) is unknown color: approx Hippie Pink. HEX triplet: AA, 58 and 5A. RGB value is (170,88,90). Sum of RGB (Red+Green+Blue) = 170+88+90=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA585A is #55A7A5. Grayscale: #707070. Windows color (decimal): -5613478 or 5920938. OLE color: 5920938.

HSL color Cylindrical-coordinate representation of color #AA585A: hue angle of 358.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA585A is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB1708890-
CMYK00.480.470.33
HSL358.54º32.54%50.59%-
HSV(B)358.54º48.24%66.67%-
XYZ21.9116.2611.66-
YUV112.75115.17168.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=48.85%
G=25.29%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170889000.480.470.33358.5432.5450.59
HexAA585A0302F211672133
Octal25213013206057415474163
Binary10101010101100010110100110000101111100001101100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA585A; }

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

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

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

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

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

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

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

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