Html Css Color HEX #AA2553 Lipstick

📋 copy color: '#AA2553'

red 170 ◦ green 37 ◦ blue 83

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

Shades of Lipstick #AA2553

Tints of Lipstick #AA2553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.62%

R = 58.62%
G = 12.76%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA2553 (or 0xAA2553) is known color: Lipstick. HEX triplet: AA, 25 and 53. RGB value is (170,37,83). Sum of RGB (Red+Green+Blue) = 170+37+83=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2553 is #55DAAC. Grayscale: #515151. Windows color (decimal): -5626541 or 5449130. OLE color: 5449130.

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

Color convert

RGB 170 37 83 -
CMYK 0 0.78 0.51 0.33
HSL 339.25º 0.64% 0.41% -
HSV(B) 339.25º 0.78% 0.67% -
XYZ 18.8 10.49 9.22 -
YUV 82.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 170 37 83 0 0.78 0.51 0.33 339.25 0.64 0.41
Hex AA 25 53 0 4E 33 21 153 40 29
Octal 252 45 123 0 116 63 41 523 100 51
Binary 10101010 100101 1010011 0 1001110 110011 100001 101010011 1000000 101001

Color Harmonies of #AA2553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2553

Black with #AA2553

Text Example


Text Example

White with #AA2553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2553; }

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

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

background-color css

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

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

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

border-color css

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

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

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