Html Css Color HEX #AD265A Lipstick

📋 copy color: '#AD265A'

red 173 ◦ green 38 ◦ blue 90

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

Shades of Lipstick #AD265A

Tints of Lipstick #AD265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 57.48%
G = 12.62%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD265A (or 0xAD265A) is known color: Lipstick. HEX triplet: AD, 26 and 5A. RGB value is (173,38,90). Sum of RGB (Red+Green+Blue) = 173+38+90=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD265A is #52D9A5. Grayscale: #545454. Windows color (decimal): -5429670 or 5908141. OLE color: 5908141.

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

Color convert

RGB 173 38 90 -
CMYK 0 0.78 0.48 0.32
HSL 336.89º 0.64% 0.41% -
HSV(B) 336.89º 0.78% 0.68% -
XYZ 19.77 11.01 10.76 -
YUV 84.29 131.23 191.27 -
System Red Green Blue C M Y K H S L
Decimal 173 38 90 0 0.78 0.48 0.32 336.89 0.64 0.41
Hex AD 26 5A 0 4E 30 20 151 40 29
Octal 255 46 132 0 116 60 40 521 100 51
Binary 10101101 100110 1011010 0 1001110 110000 100000 101010001 1000000 101001

Color Harmonies of #AD265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD265A

Black with #AD265A

Text Example


Text Example

White with #AD265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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