Html Css Color HEX #AD2052 Lipstick

📋 copy color: '#AD2052'

red 173 ◦ green 32 ◦ blue 82

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

Shades of Lipstick #AD2052

Tints of Lipstick #AD2052

RGB

 RED value IS 173 (67.97% from 255) = 60.28%

 GREEN value IS 32 (12.89% from 255) = 11.15%

 BLUE value IS 82 (32.42% from 255) = 28.57%

R = 60.28%
G = 11.15%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD2052 (or 0xAD2052) is known color: Lipstick. HEX triplet: AD, 20 and 52. RGB value is (173,32,82). Sum of RGB (Red+Green+Blue) = 173+32+82=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2052 is #52DFAD. Grayscale: #4F4F4F. Windows color (decimal): -5431214 or 5382317. OLE color: 5382317.

HSL color Cylindrical-coordinate representation of color #AD2052: hue angle of 338.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2052 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 32 82 -
CMYK 0 0.82 0.53 0.32
HSL 338.72º 0.69% 0.4% -
HSV(B) 338.72º 0.82% 0.68% -
XYZ 19.27 10.53 9 -
YUV 79.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 173 32 82 0 0.82 0.53 0.32 338.72 0.69 0.4
Hex AD 20 52 0 52 35 20 153 45 28
Octal 255 40 122 0 122 65 40 523 105 50
Binary 10101101 100000 1010010 0 1010010 110101 100000 101010011 1000101 101000

Color Harmonies of #AD2052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2052

Black with #AD2052

Text Example


Text Example

White with #AD2052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2052; }

 p { color: rgb(173,32,82); }

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

background-color css

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

 a { background-color: rgb(173,32,82); }

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

border-color css

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

 span { border-color: rgb(173,32,82); }

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