#A9245A

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

Shades of Lipstick #A9245A

Tints of Lipstick #A9245A

Color information

#A9245A (or 0xA9245A) is unknown color: approx Lipstick. HEX triplet: A9, 24 and 5A. RGB value is (169,36,90). Sum of RGB (Red+Green+Blue) = 169+36+90=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A9245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9245A is #56DBA5. Grayscale: #515151. Windows color (decimal): -5692326 or 5907625. OLE color: 5907625.

HSL color Cylindrical-coordinate representation of color #A9245A: hue angle of 335.64º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9245A is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB1693690-
CMYK00.790.470.34
HSL335.64º64.88%40.2%-
HSV(B)335.64º78.7%66.27%-
XYZ18.8410.4310.69-
YUV81.92132.56190.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=57.29%
G=12.20%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169369000.790.470.34335.6464.8840.2
HexA9245A04F2F221504128
Octal251441320117574252010150
Binary101010011001001011010010011111011111000101010100001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9245A; }

 p { color: rgb(169,36,90); }

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

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

 a { background-color: rgb(169,36,90); }

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

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

 span { border-color: rgb(169,36,90); }

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