Html Css Color HEX #AA2857 Lipstick

📋 copy color: '#AA2857'

red 170 ◦ green 40 ◦ blue 87

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

Shades of Lipstick #AA2857

Tints of Lipstick #AA2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.47%

 BLUE value IS 87 (34.38% from 255) = 29.29%

R = 57.24%
G = 13.47%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA2857 (or 0xAA2857) is known color: Lipstick. HEX triplet: AA, 28 and 57. RGB value is (170,40,87). Sum of RGB (Red+Green+Blue) = 170+40+87=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2857 is #55D7A8. Grayscale: #545454. Windows color (decimal): -5625769 or 5712042. OLE color: 5712042.

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

Color convert

RGB 170 40 87 -
CMYK 0 0.76 0.49 0.33
HSL 338.31º 0.62% 0.41% -
HSV(B) 338.31º 0.76% 0.67% -
XYZ 19.06 10.75 10.09 -
YUV 84.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 170 40 87 0 0.76 0.49 0.33 338.31 0.62 0.41
Hex AA 28 57 0 4C 31 21 152 3E 29
Octal 252 50 127 0 114 61 41 522 76 51
Binary 10101010 101000 1010111 0 1001100 110001 100001 101010010 111110 101001

Color Harmonies of #AA2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2857

Black with #AA2857

Text Example


Text Example

White with #AA2857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2857; }

 p { color: rgb(170,40,87); }

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

background-color css

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

 a { background-color: rgb(170,40,87); }

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

border-color css

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

 span { border-color: rgb(170,40,87); }

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