Html Css Color HEX #AA2955 Lipstick

📋 copy color: '#AA2955'

red 170 ◦ green 41 ◦ blue 85

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

Shades of Lipstick #AA2955

Tints of Lipstick #AA2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 57.43%
G = 13.85%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA2955 (or 0xAA2955) is known color: Lipstick. HEX triplet: AA, 29 and 55. RGB value is (170,41,85). Sum of RGB (Red+Green+Blue) = 170+41+85=296 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.43% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2955 is #55D6AA. Grayscale: #545454. Windows color (decimal): -5625515 or 5581226. OLE color: 5581226.

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

Color convert

RGB 170 41 85 -
CMYK 0 0.76 0.50 0.33
HSL 339.53º 0.61% 0.41% -
HSV(B) 339.53º 0.76% 0.67% -
XYZ 19.01 10.79 9.67 -
YUV 84.59 128.24 188.92 -
System Red Green Blue C M Y K H S L
Decimal 170 41 85 0 0.76 0.50 0.33 339.53 0.61 0.41
Hex AA 29 55 0 4C 32 21 154 3D 29
Octal 252 51 125 0 114 62 41 524 75 51
Binary 10101010 101001 1010101 0 1001100 110010 100001 101010100 111101 101001

Color Harmonies of #AA2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2955

Black with #AA2955

Text Example


Text Example

White with #AA2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2955; }

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

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

background-color css

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

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

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

border-color css

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

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

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