#a52659

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

Shades of Lipstick #A52659

Tints of Lipstick #A52659

Color information

#A52659 (or 0xA52659) is unknown color: approx Lipstick. HEX triplet: A5, 26 and 59. RGB value is (165,38,89). Sum of RGB (Red+Green+Blue) = 165+38+89=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A52659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52659 is #5AD9A6. Grayscale: #515151. Windows color (decimal): -5953959 or 5842597. OLE color: 5842597.

HSL color Cylindrical-coordinate representation of color #A52659: hue angle of 335.91º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52659 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1653889-
CMYK00.770.460.35
HSL335.91º62.56%39.8%-
HSV(B)335.91º76.97%64.71%-
XYZ18.0110.1110.45-
YUV81.79132.08187.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=56.51%
G=13.01%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165388900.770.460.35335.9162.5639.8
HexA5265904D2E231503f28
Octal24546131011556435207750
Binary10100101100110101100101001101101110100011101010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52659; }

 p { color: rgb(165,38,89); }

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

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

 a { background-color: rgb(165,38,89); }

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

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

 span { border-color: rgb(165,38,89); }

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