#AA5A5F

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

Shades of Hippie Pink #AA5A5F

Tints of Hippie Pink #AA5A5F

Color information

#AA5A5F (or 0xAA5A5F) is unknown color: approx Hippie Pink. HEX triplet: AA, 5A and 5F. RGB value is (170,90,95). Sum of RGB (Red+Green+Blue) = 170+90+95=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5A5F is #55A5A0. Grayscale: #727272. Windows color (decimal): -5612961 or 6249130. OLE color: 6249130.

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

Color convert

RGB1709095-
CMYK00.470.440.33
HSL356.25º32%50.98%-
HSV(B)356.25º47.06%66.67%-
XYZ22.316.6812.87-
YUV114.49117167.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.89%
GREEN value IS 90 (35.55% from 255) = 25.35%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=47.89%
G=25.35%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170909500.470.440.33356.253250.98
HexAA5A5F02F2C211642033
Octal25213213705754415444063
Binary10101010101101010111110101111101100100001101100100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5A5F; }

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

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

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

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

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

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

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

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