Html Css Color HEX #AC285D Lipstick

📋 copy color: '#AC285D'

red 172 ◦ green 40 ◦ blue 93

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

Shades of Lipstick #AC285D

Tints of Lipstick #AC285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 56.39%
G = 13.11%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AC285D (or 0xAC285D) is known color: Lipstick. HEX triplet: AC, 28 and 5D. RGB value is (172,40,93). Sum of RGB (Red+Green+Blue) = 172+40+93=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC285D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC285D is #53D7A2. Grayscale: #555555. Windows color (decimal): -5494691 or 6105260. OLE color: 6105260.

HSL color Cylindrical-coordinate representation of color #AC285D: hue angle of 335.91º 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 #AC285D is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 40 93 -
CMYK 0 0.77 0.46 0.33
HSL 335.91º 0.62% 0.42% -
HSV(B) 335.91º 0.77% 0.67% -
XYZ 19.75 11.08 11.45 -
YUV 85.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 172 40 93 0 0.77 0.46 0.33 335.91 0.62 0.42
Hex AC 28 5D 0 4D 2E 21 150 3E 2A
Octal 254 50 135 0 115 56 41 520 76 52
Binary 10101100 101000 1011101 0 1001101 101110 100001 101010000 111110 101010

Color Harmonies of #AC285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC285D

Black with #AC285D

Text Example


Text Example

White with #AC285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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