Html Css Color HEX #AA2055 Lipstick

📋 copy color: '#AA2055'

red 170 ◦ green 32 ◦ blue 85

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

Shades of Lipstick #AA2055

Tints of Lipstick #AA2055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 59.23%
G = 11.15%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA2055 (or 0xAA2055) is known color: Lipstick. HEX triplet: AA, 20 and 55. RGB value is (170,32,85). Sum of RGB (Red+Green+Blue) = 170+32+85=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2055 is #55DFAA. Grayscale: #4F4F4F. Windows color (decimal): -5627819 or 5578922. OLE color: 5578922.

HSL color Cylindrical-coordinate representation of color #AA2055: hue angle of 336.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2055 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 85 -
CMYK 0 0.81 0.50 0.33
HSL 336.96º 0.68% 0.4% -
HSV(B) 336.96º 0.81% 0.67% -
XYZ 18.73 10.23 9.58 -
YUV 79.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 170 32 85 0 0.81 0.50 0.33 336.96 0.68 0.4
Hex AA 20 55 0 51 32 21 151 44 28
Octal 252 40 125 0 121 62 41 521 104 50
Binary 10101010 100000 1010101 0 1010001 110010 100001 101010001 1000100 101000

Color Harmonies of #AA2055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2055

Black with #AA2055

Text Example


Text Example

White with #AA2055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2055; }

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

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

background-color css

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

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

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

border-color css

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

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

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