#AA5A5C

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

Shades of Hippie Pink #AA5A5C

Tints of Hippie Pink #AA5A5C

Color information

#AA5A5C (or 0xAA5A5C) is unknown color: approx Hippie Pink. HEX triplet: AA, 5A and 5C. RGB value is (170,90,92). Sum of RGB (Red+Green+Blue) = 170+90+92=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A5C is #55A5A3. Grayscale: #727272. Windows color (decimal): -5612964 or 6052522. OLE color: 6052522.

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

Color convert

RGB1709092-
CMYK00.470.460.33
HSL358.5º32%50.98%-
HSV(B)358.5º47.06%66.67%-
XYZ22.1716.6312.17-
YUV114.15115.5167.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=48.30%
G=25.57%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170909200.470.460.33358.53250.98
HexAA5A5C02F2E211662033
Octal25213213405756415464063
Binary10101010101101010111000101111101110100001101100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A5C; }

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

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

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

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

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

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

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

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