Html Css Color HEX #AC265E Lipstick

📋 copy color: '#AC265E'

red 172 ◦ green 38 ◦ blue 94

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

Shades of Lipstick #AC265E

Tints of Lipstick #AC265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.92%

R = 56.58%
G = 12.5%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AC265E (or 0xAC265E) is known color: Lipstick. HEX triplet: AC, 26 and 5E. RGB value is (172,38,94). Sum of RGB (Red+Green+Blue) = 172+38+94=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265E is #53D9A1. Grayscale: #545454. Windows color (decimal): -5495202 or 6170284. OLE color: 6170284.

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

Color convert

RGB 172 38 94 -
CMYK 0 0.78 0.45 0.33
HSL 334.93º 0.64% 0.41% -
HSV(B) 334.93º 0.78% 0.67% -
XYZ 19.73 10.97 11.67 -
YUV 84.45 133.39 190.45 -
System Red Green Blue C M Y K H S L
Decimal 172 38 94 0 0.78 0.45 0.33 334.93 0.64 0.41
Hex AC 26 5E 0 4E 2D 21 14F 40 29
Octal 254 46 136 0 116 55 41 517 100 51
Binary 10101100 100110 1011110 0 1001110 101101 100001 101001111 1000000 101001

Color Harmonies of #AC265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC265E

Black with #AC265E

Text Example


Text Example

White with #AC265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC265E; }

 p { color: rgb(172,38,94); }

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

background-color css

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

 a { background-color: rgb(172,38,94); }

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

border-color css

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

 span { border-color: rgb(172,38,94); }

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