Html Css Color HEX #AA5155 Hippie Pink

📋 copy color: '#AA5155'

red 170 ◦ green 81 ◦ blue 85

#AA5155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #AA5155

Tints of Hippie Pink #AA5155

RGB

 RED value IS 170 (66.8% from 255) = 50.6%

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 50.6%
G = 24.11%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA5155 (or 0xAA5155) is known color: Hippie Pink. HEX triplet: AA, 51 and 55. RGB value is (170,81,85). Sum of RGB (Red+Green+Blue) = 170+81+85=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5155 is #55AEAA. Grayscale: #6C6C6C. Windows color (decimal): -5615275 or 5591466. OLE color: 5591466.

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

Color convert

RGB 170 81 85 -
CMYK 0 0.52 0.50 0.33
HSL 357.3º 0.35% 0.49% -
HSV(B) 357.3º 0.52% 0.67% -
XYZ 21.16 15.09 10.39 -
YUV 108.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 170 81 85 0 0.52 0.50 0.33 357.3 0.35 0.49
Hex AA 51 55 0 34 32 21 165 23 31
Octal 252 121 125 0 64 62 41 545 43 61
Binary 10101010 1010001 1010101 0 110100 110010 100001 101100101 100011 110001

Color Harmonies of #AA5155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5155

Black with #AA5155

Text Example


Text Example

White with #AA5155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5155; }

 p { color: rgb(170,81,85); }

 H1.HeaderClassName
 {
   color: #AA5155;
 }
 .AnyTagClassName
 {
   color: #AA5155;
 }
</style>

background-color css

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

 a { background-color: rgb(170,81,85); }

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

border-color css

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

 span { border-color: rgb(170,81,85); }

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