#A82B5C

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

Shades of Lipstick #A82B5C

Tints of Lipstick #A82B5C

Color information

#A82B5C (or 0xA82B5C) is unknown color: approx Lipstick. HEX triplet: A8, 2B and 5C. RGB value is (168,43,92). Sum of RGB (Red+Green+Blue) = 168+43+92=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82B5C is #57D4A3. Grayscale: #555555. Windows color (decimal): -5756068 or 6040488. OLE color: 6040488.

HSL color Cylindrical-coordinate representation of color #A82B5C: hue angle of 336.48º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82B5C is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB1684392-
CMYK00.740.450.34
HSL336.48º59.24%41.37%-
HSV(B)336.48º74.4%65.88%-
XYZ18.9410.8311.22-
YUV85.96131.41186.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=55.45%
G=14.19%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168439200.740.450.34336.4859.2441.37
HexA82B5C04A2D221503b29
Octal25053134011255425207351
Binary10101000101011101110001001010101101100010101010000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82B5C; }

 p { color: rgb(168,43,92); }

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

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

 a { background-color: rgb(168,43,92); }

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

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

 span { border-color: rgb(168,43,92); }

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