#A62A4B

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

Shades of Lipstick #A62A4B

Tints of Lipstick #A62A4B

Color information

#A62A4B (or 0xA62A4B) is unknown color: approx Lipstick. HEX triplet: A6, 2A and 4B. RGB value is (166,42,75). Sum of RGB (Red+Green+Blue) = 166+42+75=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A4B is #59D5B4. Grayscale: #525252. Windows color (decimal): -5887413 or 4926118. OLE color: 4926118.

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

Color convert

RGB1664275-
CMYK00.750.550.35
HSL344.03º59.62%40.78%-
HSV(B)344.03º74.7%65.1%-
XYZ17.8210.277.7-
YUV82.84123.58187.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=58.66%
G=14.84%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166427500.750.550.35344.0359.6240.78
HexA62A4B04B37231583c29
Octal24652113011367435307451
Binary10100110101010100101101001011110111100011101011000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A4B; }

 p { color: rgb(166,42,75); }

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

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

 a { background-color: rgb(166,42,75); }

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

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

 span { border-color: rgb(166,42,75); }

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