Html Css Color HEX #AD265C Lipstick

📋 copy color: '#AD265C'

red 173 ◦ green 38 ◦ blue 92

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

Shades of Lipstick #AD265C

Tints of Lipstick #AD265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.54%

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

R = 57.1%
G = 12.54%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD265C (or 0xAD265C) is known color: Lipstick. HEX triplet: AD, 26 and 5C. RGB value is (173,38,92). Sum of RGB (Red+Green+Blue) = 173+38+92=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD265C is #52D9A3. Grayscale: #545454. Windows color (decimal): -5429668 or 6039213. OLE color: 6039213.

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

Color convert

RGB 173 38 92 -
CMYK 0 0.78 0.47 0.32
HSL 336º 0.64% 0.41% -
HSV(B) 336º 0.78% 0.68% -
XYZ 19.86 11.04 11.21 -
YUV 84.52 132.23 191.11 -
System Red Green Blue C M Y K H S L
Decimal 173 38 92 0 0.78 0.47 0.32 336 0.64 0.41
Hex AD 26 5C 0 4E 2F 20 150 40 29
Octal 255 46 134 0 116 57 40 520 100 51
Binary 10101101 100110 1011100 0 1001110 101111 100000 101010000 1000000 101001

Color Harmonies of #AD265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD265C

Black with #AD265C

Text Example


Text Example

White with #AD265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD265C; }

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

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

background-color css

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

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

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

border-color css

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

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

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