Html Css Color HEX #AA1D47 Lipstick

📋 copy color: '#AA1D47'

red 170 ◦ green 29 ◦ blue 71

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

Shades of Lipstick #AA1D47

Tints of Lipstick #AA1D47

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 62.96%
G = 10.74%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA1D47 (or 0xAA1D47) is known color: Lipstick. HEX triplet: AA, 1D and 47. RGB value is (170,29,71). Sum of RGB (Red+Green+Blue) = 170+29+71=270 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.96% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D47 is #55E2B8. Grayscale: #4B4B4B. Windows color (decimal): -5628601 or 4660650. OLE color: 4660650.

HSL color Cylindrical-coordinate representation of color #AA1D47: hue angle of 342.13º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA1D47 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 29 71 -
CMYK 0 0.83 0.58 0.33
HSL 342.13º 0.71% 0.39% -
HSV(B) 342.13º 0.83% 0.67% -
XYZ 18.15 9.88 6.91 -
YUV 75.95 125.21 195.08 -
System Red Green Blue C M Y K H S L
Decimal 170 29 71 0 0.83 0.58 0.33 342.13 0.71 0.39
Hex AA 1D 47 0 53 3A 21 156 47 27
Octal 252 35 107 0 123 72 41 526 107 47
Binary 10101010 11101 1000111 0 1010011 111010 100001 101010110 1000111 100111

Color Harmonies of #AA1D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D47

Black with #AA1D47

Text Example


Text Example

White with #AA1D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D47; }

 p { color: rgb(170,29,71); }

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

background-color css

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

 a { background-color: rgb(170,29,71); }

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

border-color css

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

 span { border-color: rgb(170,29,71); }

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