Html Css Color HEX #AD265F Lipstick

📋 copy color: '#AD265F'

red 173 ◦ green 38 ◦ blue 95

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

Shades of Lipstick #AD265F

Tints of Lipstick #AD265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 56.54%
G = 12.42%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD265F (or 0xAD265F) is known color: Lipstick. HEX triplet: AD, 26 and 5F. RGB value is (173,38,95). Sum of RGB (Red+Green+Blue) = 173+38+95=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD265F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD265F is #52D9A0. Grayscale: #545454. Windows color (decimal): -5429665 or 6235821. OLE color: 6235821.

HSL color Cylindrical-coordinate representation of color #AD265F: hue angle of 334.67º 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 #AD265F is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 95 -
CMYK 0 0.78 0.45 0.32
HSL 334.67º 0.64% 0.41% -
HSV(B) 334.67º 0.78% 0.68% -
XYZ 19.99 11.1 11.91 -
YUV 84.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 173 38 95 0 0.78 0.45 0.32 334.67 0.64 0.41
Hex AD 26 5F 0 4E 2D 20 14F 40 29
Octal 255 46 137 0 116 55 40 517 100 51
Binary 10101101 100110 1011111 0 1001110 101101 100000 101001111 1000000 101001

Color Harmonies of #AD265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD265F

Black with #AD265F

Text Example


Text Example

White with #AD265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD265F; }

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

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

background-color css

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

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

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

border-color css

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

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

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