Html Css Color HEX #A9294C Lipstick

📋 copy color: '#A9294C'

red 169 ◦ green 41 ◦ blue 76

#A9294C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #A9294C

Tints of Lipstick #A9294C

RGB

 RED value IS 169 (66.41% from 255) = 59.09%

 GREEN value IS 41 (16.41% from 255) = 14.34%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 59.09%
G = 14.34%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9294C (or 0xA9294C) is known color: Lipstick. HEX triplet: A9, 29 and 4C. RGB value is (169,41,76). Sum of RGB (Red+Green+Blue) = 169+41+76=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A9294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9294C is #56D6B3. Grayscale: #535353. Windows color (decimal): -5691060 or 4991401. OLE color: 4991401.

HSL color Cylindrical-coordinate representation of color #A9294C: hue angle of 343.59º degrees, saturation: 0.61, 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 #A9294C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 41 76 -
CMYK 0 0.76 0.55 0.34
HSL 343.59º 0.61% 0.41% -
HSV(B) 343.59º 0.76% 0.66% -
XYZ 18.46 10.54 7.9 -
YUV 83.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 169 41 76 0 0.76 0.55 0.34 343.59 0.61 0.41
Hex A9 29 4C 0 4C 37 22 158 3D 29
Octal 251 51 114 0 114 67 42 530 75 51
Binary 10101001 101001 1001100 0 1001100 110111 100010 101011000 111101 101001

Color Harmonies of #A9294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9294C

Black with #A9294C

Text Example


Text Example

White with #A9294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9294C; }

 p { color: rgb(169,41,76); }

 H1.HeaderClassName
 {
   color: #A9294C;
 }
 .AnyTagClassName
 {
   color: #A9294C;
 }
</style>

background-color css

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

 a { background-color: rgb(169,41,76); }

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

border-color css

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

 span { border-color: rgb(169,41,76); }

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