#A9264D

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

Shades of Lipstick #A9264D

Tints of Lipstick #A9264D

Color information

#A9264D (or 0xA9264D) is unknown color: approx Lipstick. HEX triplet: A9, 26 and 4D. RGB value is (169,38,77). Sum of RGB (Red+Green+Blue) = 169+38+77=284 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.51% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 169 - color contains mainly: red. Hex color #A9264D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9264D is #56D9B2. Grayscale: #515151. Windows color (decimal): -5691827 or 5056169. OLE color: 5056169.

HSL color Cylindrical-coordinate representation of color #A9264D: hue angle of 342.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9264D is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB1693877-
CMYK00.780.540.34
HSL342.14º63.29%40.59%-
HSV(B)342.14º77.51%66.27%-
XYZ18.3910.368.05-
YUV81.61125.4190.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.51%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=59.51%
G=13.38%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169387700.780.540.34342.1463.2940.59
HexA9264D04E36221563f29
Octal25146115011666425267751
Binary10101001100110100110101001110110110100010101010110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9264D; }

 p { color: rgb(169,38,77); }

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

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

 a { background-color: rgb(169,38,77); }

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

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

 span { border-color: rgb(169,38,77); }

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