#A72667

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

Shades of Lipstick #A72667

Tints of Lipstick #A72667

Color information

#A72667 (or 0xA72667) is unknown color: approx Lipstick. HEX triplet: A7, 26 and 67. RGB value is (167,38,103). Sum of RGB (Red+Green+Blue) = 167+38+103=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A72667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72667 is #58D998. Grayscale: #535353. Windows color (decimal): -5822873 or 6760103. OLE color: 6760103.

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

Color convert

RGB16738103-
CMYK00.770.380.35
HSL329.77º62.93%40.2%-
HSV(B)329.77º77.25%65.49%-
XYZ19.0810.5813.87-
YUV83.98138.74187.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.22%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=54.22%
G=12.34%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673810300.770.380.35329.7762.9340.2
HexA7266704D262314a3f28
Octal24746147011546435127750
Binary10100111100110110011101001101100110100011101001010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72667; }

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

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

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

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

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

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

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

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