Html Css Color HEX #AC265A Lipstick

📋 copy color: '#AC265A'

red 172 ◦ green 38 ◦ blue 90

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

Shades of Lipstick #AC265A

Tints of Lipstick #AC265A

RGB

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

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

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

R = 57.33%
G = 12.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC265A (or 0xAC265A) is known color: Lipstick. HEX triplet: AC, 26 and 5A. RGB value is (172,38,90). Sum of RGB (Red+Green+Blue) = 172+38+90=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC265A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC265A is #53D9A5. Grayscale: #535353. Windows color (decimal): -5495206 or 5908140. OLE color: 5908140.

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

Color convert

RGB 172 38 90 -
CMYK 0 0.78 0.48 0.33
HSL 336.72º 0.64% 0.41% -
HSV(B) 336.72º 0.78% 0.67% -
XYZ 19.55 10.9 10.75 -
YUV 83.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 172 38 90 0 0.78 0.48 0.33 336.72 0.64 0.41
Hex AC 26 5A 0 4E 30 21 151 40 29
Octal 254 46 132 0 116 60 41 521 100 51
Binary 10101100 100110 1011010 0 1001110 110000 100001 101010001 1000000 101001

Color Harmonies of #AC265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC265A

Black with #AC265A

Text Example


Text Example

White with #AC265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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