Html Css Color HEX #A5184A Lipstick

📋 copy color: '#A5184A'

red 165 ◦ green 24 ◦ blue 74

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

Shades of Lipstick #A5184A

Tints of Lipstick #A5184A

RGB

 RED value IS 165 (64.84% from 255) = 62.74%

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 62.74%
G = 9.13%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5184A (or 0xA5184A) is known color: Lipstick. HEX triplet: A5, 18 and 4A. RGB value is (165,24,74). Sum of RGB (Red+Green+Blue) = 165+24+74=263 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.74% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 165 - color contains mainly: red. Hex color #A5184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5184A is #5AE7B5. Grayscale: #474747. Windows color (decimal): -5957558 or 4855973. OLE color: 4855973.

HSL color Cylindrical-coordinate representation of color #A5184A: hue angle of 338.72º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A5184A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 24 74 -
CMYK 0 0.85 0.55 0.35
HSL 338.72º 0.75% 0.37% -
HSV(B) 338.72º 0.85% 0.65% -
XYZ 17.08 9.15 7.34 -
YUV 71.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 165 24 74 0 0.85 0.55 0.35 338.72 0.75 0.37
Hex A5 18 4A 0 55 37 23 153 4B 25
Octal 245 30 112 0 125 67 43 523 113 45
Binary 10100101 11000 1001010 0 1010101 110111 100011 101010011 1001011 100101

Color Harmonies of #A5184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5184A

Black with #A5184A

Text Example


Text Example

White with #A5184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5184A; }

 p { color: rgb(165,24,74); }

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

background-color css

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

 a { background-color: rgb(165,24,74); }

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

border-color css

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

 span { border-color: rgb(165,24,74); }

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