#A72955

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

Shades of Lipstick #A72955

Tints of Lipstick #A72955

Color information

#A72955 (or 0xA72955) is unknown color: approx Lipstick. HEX triplet: A7, 29 and 55. RGB value is (167,41,85). Sum of RGB (Red+Green+Blue) = 167+41+85=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A72955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72955 is #58D6AA. Grayscale: #535353. Windows color (decimal): -5822123 or 5581223. OLE color: 5581223.

HSL color Cylindrical-coordinate representation of color #A72955: hue angle of 339.05º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72955 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB1674185-
CMYK00.750.490.35
HSL339.05º60.58%40.78%-
HSV(B)339.05º75.45%65.49%-
XYZ18.3710.469.64-
YUV83.69128.74187.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.00%
GREEN value IS 41 (16.41% from 255) = 13.99%
BLUE value IS 85 (33.59% from 255) = 29.01%
R=57.00%
G=13.99%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167418500.750.490.35339.0560.5840.78
HexA7295504B31231533d29
Octal24751125011361435237551
Binary10100111101001101010101001011110001100011101010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72955; }

 p { color: rgb(167,41,85); }

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

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

 a { background-color: rgb(167,41,85); }

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

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

 span { border-color: rgb(167,41,85); }

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