Html Css Color HEX #AA2559 Lipstick

📋 copy color: '#AA2559'

red 170 ◦ green 37 ◦ blue 89

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

Shades of Lipstick #AA2559

Tints of Lipstick #AA2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 89 (35.16% from 255) = 30.07%

R = 57.43%
G = 12.5%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA2559 (or 0xAA2559) is known color: Lipstick. HEX triplet: AA, 25 and 59. RGB value is (170,37,89). Sum of RGB (Red+Green+Blue) = 170+37+89=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2559 is #55DAA6. Grayscale: #525252. Windows color (decimal): -5626535 or 5842346. OLE color: 5842346.

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

Color convert

RGB 170 37 89 -
CMYK 0 0.78 0.48 0.33
HSL 336.54º 0.64% 0.41% -
HSV(B) 336.54º 0.78% 0.67% -
XYZ 19.04 10.59 10.49 -
YUV 82.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 170 37 89 0 0.78 0.48 0.33 336.54 0.64 0.41
Hex AA 25 59 0 4E 30 21 151 40 29
Octal 252 45 131 0 116 60 41 521 100 51
Binary 10101010 100101 1011001 0 1001110 110000 100001 101010001 1000000 101001

Color Harmonies of #AA2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2559

Black with #AA2559

Text Example


Text Example

White with #AA2559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2559; }

 p { color: rgb(170,37,89); }

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

background-color css

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

 a { background-color: rgb(170,37,89); }

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

border-color css

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

 span { border-color: rgb(170,37,89); }

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