Html Css Color HEX #AD235C Lipstick

📋 copy color: '#AD235C'

red 173 ◦ green 35 ◦ blue 92

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

Shades of Lipstick #AD235C

Tints of Lipstick #AD235C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 57.67%
G = 11.67%
B = 30.67%

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

#AD235C (or 0xAD235C) is known color: Lipstick. HEX triplet: AD, 23 and 5C. RGB value is (173,35,92). Sum of RGB (Red+Green+Blue) = 173+35+92=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD235C is #52DCA3. Grayscale: #525252. Windows color (decimal): -5430436 or 6038445. OLE color: 6038445.

HSL color Cylindrical-coordinate representation of color #AD235C: hue angle of 335.22º degrees, saturation: 0.66, 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 #AD235C is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 35 92 -
CMYK 0 0.80 0.47 0.32
HSL 335.22º 0.66% 0.41% -
HSV(B) 335.22º 0.8% 0.68% -
XYZ 19.77 10.86 11.18 -
YUV 82.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 173 35 92 0 0.80 0.47 0.32 335.22 0.66 0.41
Hex AD 23 5C 0 50 2F 20 14F 42 29
Octal 255 43 134 0 120 57 40 517 102 51
Binary 10101101 100011 1011100 0 1010000 101111 100000 101001111 1000010 101001

Color Harmonies of #AD235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD235C

Black with #AD235C

Text Example


Text Example

White with #AD235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD235C; }

 p { color: rgb(173,35,92); }

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

background-color css

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

 a { background-color: rgb(173,35,92); }

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

border-color css

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

 span { border-color: rgb(173,35,92); }

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