Html Css Color HEX #AD225B Lipstick

📋 copy color: '#AD225B'

red 173 ◦ green 34 ◦ blue 91

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

Shades of Lipstick #AD225B

Tints of Lipstick #AD225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 58.05%
G = 11.41%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD225B (or 0xAD225B) is known color: Lipstick. HEX triplet: AD, 22 and 5B. RGB value is (173,34,91). Sum of RGB (Red+Green+Blue) = 173+34+91=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD225B is #52DDA4. Grayscale: #515151. Windows color (decimal): -5430693 or 5972653. OLE color: 5972653.

HSL color Cylindrical-coordinate representation of color #AD225B: hue angle of 335.4º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD225B is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 34 91 -
CMYK 0 0.80 0.47 0.32
HSL 335.4º 0.67% 0.41% -
HSV(B) 335.4º 0.8% 0.68% -
XYZ 19.69 10.78 10.94 -
YUV 82.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 173 34 91 0 0.80 0.47 0.32 335.4 0.67 0.41
Hex AD 22 5B 0 50 2F 20 14F 43 29
Octal 255 42 133 0 120 57 40 517 103 51
Binary 10101101 100010 1011011 0 1010000 101111 100000 101001111 1000011 101001

Color Harmonies of #AD225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD225B

Black with #AD225B

Text Example


Text Example

White with #AD225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD225B; }

 p { color: rgb(173,34,91); }

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

background-color css

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

 a { background-color: rgb(173,34,91); }

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

border-color css

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

 span { border-color: rgb(173,34,91); }

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