Html Css Color HEX #A82E59 Lipstick

📋 copy color: '#A82E59'

red 168 ◦ green 46 ◦ blue 89

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

Shades of Lipstick #A82E59

Tints of Lipstick #A82E59

RGB

 RED value IS 168 (66.02% from 255) = 55.45%

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 89 (35.16% from 255) = 29.37%

R = 55.45%
G = 15.18%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A82E59 (or 0xA82E59) is known color: Lipstick. HEX triplet: A8, 2E and 59. RGB value is (168,46,89). Sum of RGB (Red+Green+Blue) = 168+46+89=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E59 is #57D1A6. Grayscale: #575757. Windows color (decimal): -5755303 or 5844648. OLE color: 5844648.

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

Color convert

RGB 168 46 89 -
CMYK 0 0.73 0.47 0.34
HSL 338.85º 0.57% 0.42% -
HSV(B) 338.85º 0.73% 0.66% -
XYZ 18.93 11 10.58 -
YUV 87.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 168 46 89 0 0.73 0.47 0.34 338.85 0.57 0.42
Hex A8 2E 59 0 49 2F 22 153 39 2A
Octal 250 56 131 0 111 57 42 523 71 52
Binary 10101000 101110 1011001 0 1001001 101111 100010 101010011 111001 101010

Color Harmonies of #A82E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E59

Black with #A82E59

Text Example


Text Example

White with #A82E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E59; }

 p { color: rgb(168,46,89); }

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

background-color css

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

 a { background-color: rgb(168,46,89); }

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

border-color css

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

 span { border-color: rgb(168,46,89); }

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