#A9285A

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

Shades of Lipstick #A9285A

Tints of Lipstick #A9285A

Color information

#A9285A (or 0xA9285A) is unknown color: approx Lipstick. HEX triplet: A9, 28 and 5A. RGB value is (169,40,90). Sum of RGB (Red+Green+Blue) = 169+40+90=299 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.52% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 169 - color contains mainly: red. Hex color #A9285A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9285A is #56D7A5. Grayscale: #545454. Windows color (decimal): -5691302 or 5908649. OLE color: 5908649.

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

Color convert

RGB1694090-
CMYK00.760.470.34
HSL336.74º61.72%40.98%-
HSV(B)336.74º76.33%66.27%-
XYZ18.9710.6910.74-
YUV84.27131.24188.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.52%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=56.52%
G=13.38%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169409000.760.470.34336.7461.7240.98
HexA9285A04C2F221513e29
Octal25150132011457425217651
Binary10101001101000101101001001100101111100010101010001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9285A; }

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

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

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

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

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

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

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

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