#A9234A

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

Shades of Lipstick #A9234A

Tints of Lipstick #A9234A

Color information

#A9234A (or 0xA9234A) is unknown color: approx Lipstick. HEX triplet: A9, 23 and 4A. RGB value is (169,35,74). Sum of RGB (Red+Green+Blue) = 169+35+74=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A9234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9234A is #56DCB5. Grayscale: #4F4F4F. Windows color (decimal): -5692598 or 4858793. OLE color: 4858793.

HSL color Cylindrical-coordinate representation of color #A9234A: hue angle of 342.54º degrees, saturation: 0.66, 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 #A9234A is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB1693574-
CMYK00.790.560.34
HSL342.54º65.69%40%-
HSV(B)342.54º79.29%66.27%-
XYZ18.210.137.47-
YUV79.51124.89191.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 35 (14.06% from 255) = 12.59%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=60.79%
G=12.59%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169357400.790.560.34342.5465.6940
HexA9234A04F38221574228
Octal251431120117704252710250
Binary101010011000111001010010011111110001000101010101111000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9234A; }

 p { color: rgb(169,35,74); }

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

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

 a { background-color: rgb(169,35,74); }

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

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

 span { border-color: rgb(169,35,74); }

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