Html Css Color HEX #A9255A Lipstick

📋 copy color: '#A9255A'

red 169 ◦ green 37 ◦ blue 90

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

Shades of Lipstick #A9255A

Tints of Lipstick #A9255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 57.09%
G = 12.5%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9255A (or 0xA9255A) is known color: Lipstick. HEX triplet: A9, 25 and 5A. RGB value is (169,37,90). Sum of RGB (Red+Green+Blue) = 169+37+90=296 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.09% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 169 - color contains mainly: red. Hex color #A9255A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9255A is #56DAA5. Grayscale: #525252. Windows color (decimal): -5692070 or 5907881. OLE color: 5907881.

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

Color convert

RGB 169 37 90 -
CMYK 0 0.78 0.47 0.34
HSL 335.91º 0.64% 0.4% -
HSV(B) 335.91º 0.78% 0.66% -
XYZ 18.87 10.5 10.7 -
YUV 82.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 169 37 90 0 0.78 0.47 0.34 335.91 0.64 0.4
Hex A9 25 5A 0 4E 2F 22 150 40 28
Octal 251 45 132 0 116 57 42 520 100 50
Binary 10101001 100101 1011010 0 1001110 101111 100010 101010000 1000000 101000

Color Harmonies of #A9255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9255A

Black with #A9255A

Text Example


Text Example

White with #A9255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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