Html Css Color HEX #AC285F Lipstick

📋 copy color: '#AC285F'

red 172 ◦ green 40 ◦ blue 95

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

Shades of Lipstick #AC285F

Tints of Lipstick #AC285F

RGB

 RED value IS 172 (67.58% from 255) = 56.03%

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 56.03%
G = 13.03%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC285F (or 0xAC285F) is known color: Lipstick. HEX triplet: AC, 28 and 5F. RGB value is (172,40,95). Sum of RGB (Red+Green+Blue) = 172+40+95=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC285F is #53D7A0. Grayscale: #555555. Windows color (decimal): -5494689 or 6236332. OLE color: 6236332.

HSL color Cylindrical-coordinate representation of color #AC285F: hue angle of 335º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC285F is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 95 -
CMYK 0 0.77 0.45 0.33
HSL 335º 0.62% 0.42% -
HSV(B) 335º 0.77% 0.67% -
XYZ 19.84 11.11 11.93 -
YUV 85.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 172 40 95 0 0.77 0.45 0.33 335 0.62 0.42
Hex AC 28 5F 0 4D 2D 21 14F 3E 2A
Octal 254 50 137 0 115 55 41 517 76 52
Binary 10101100 101000 1011111 0 1001101 101101 100001 101001111 111110 101010

Color Harmonies of #AC285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC285F

Black with #AC285F

Text Example


Text Example

White with #AC285F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC285F; }

 p { color: rgb(172,40,95); }

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

background-color css

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

 a { background-color: rgb(172,40,95); }

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

border-color css

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

 span { border-color: rgb(172,40,95); }

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