#A72661

Color #A72661 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A72661

Tints of Lipstick #A72661

Color information

#A72661 (or 0xA72661) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 61. RGB value is (167,38,97). Sum of RGB (Red+Green+Blue) = 167+38+97=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A72661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72661 is #58D99E. Grayscale: #535353. Windows color (decimal): -5822879 or 6366887. OLE color: 6366887.

HSL color Cylindrical-coordinate representation of color #A72661: hue angle of 332.56º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72661 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1673897-
CMYK00.770.420.35
HSL332.56º62.93%40.2%-
HSV(B)332.56º77.25%65.49%-
XYZ18.7910.4612.34-
YUV83.3135.74187.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.30%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=55.30%
G=12.58%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167389700.770.420.35332.5662.9340.2
HexA7266104D2A2314d3f28
Octal24746141011552435157750
Binary10100111100110110000101001101101010100011101001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72661; }

 p { color: rgb(167,38,97); }

 H1.HeaderClassName
 {
   color: #A72661;
 }
 .AnyTagClassName
 {
   color: #A72661;
 }
</style>
background-color css

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

 a { background-color: rgb(167,38,97); }

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

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

 span { border-color: rgb(167,38,97); }

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