Html Css Color HEX #AA2953 Lipstick

📋 copy color: '#AA2953'

red 170 ◦ green 41 ◦ blue 83

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

Shades of Lipstick #AA2953

Tints of Lipstick #AA2953

RGB

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

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

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

R = 57.82%
G = 13.95%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA2953 (or 0xAA2953) is known color: Lipstick. HEX triplet: AA, 29 and 53. RGB value is (170,41,83). Sum of RGB (Red+Green+Blue) = 170+41+83=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2953 is #55D6AC. Grayscale: #545454. Windows color (decimal): -5625517 or 5450154. OLE color: 5450154.

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

Color convert

RGB 170 41 83 -
CMYK 0 0.76 0.51 0.33
HSL 340.47º 0.61% 0.41% -
HSV(B) 340.47º 0.76% 0.67% -
XYZ 18.93 10.76 9.26 -
YUV 84.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 170 41 83 0 0.76 0.51 0.33 340.47 0.61 0.41
Hex AA 29 53 0 4C 33 21 154 3D 29
Octal 252 51 123 0 114 63 41 524 75 51
Binary 10101010 101001 1010011 0 1001100 110011 100001 101010100 111101 101001

Color Harmonies of #AA2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2953

Black with #AA2953

Text Example


Text Example

White with #AA2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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