#A72656

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

Shades of Lipstick #A72656

Tints of Lipstick #A72656

Color information

#A72656 (or 0xA72656) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 56. RGB value is (167,38,86). Sum of RGB (Red+Green+Blue) = 167+38+86=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A72656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72656 is #58D9A9. Grayscale: #515151. Windows color (decimal): -5822890 or 5645991. OLE color: 5645991.

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

Color convert

RGB1673886-
CMYK00.770.490.35
HSL337.67º62.93%40.2%-
HSV(B)337.67º77.25%65.49%-
XYZ18.3110.279.82-
YUV82.04130.24188.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=57.39%
G=13.06%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167388600.770.490.35337.6762.9340.2
HexA7265604D31231523f28
Octal24746126011561435227750
Binary10100111100110101011001001101110001100011101010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72656; }

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

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

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

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

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

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

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

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