#A62767

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

Shades of Lipstick #A62767

Tints of Lipstick #A62767

Color information

#A62767 (or 0xA62767) is unknown color: approx Lipstick. HEX triplet: A6, 27 and 67. RGB value is (166,39,103). Sum of RGB (Red+Green+Blue) = 166+39+103=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A62767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62767 is #59D898. Grayscale: #545454. Windows color (decimal): -5888153 or 6760358. OLE color: 6760358.

HSL color Cylindrical-coordinate representation of color #A62767: hue angle of 329.76º degrees, saturation: 0.62, 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 #A62767 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16639103-
CMYK00.770.380.35
HSL329.76º61.95%40.2%-
HSV(B)329.76º76.51%65.1%-
XYZ18.910.5413.87-
YUV84.27138.58186.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 103 (40.62% from 255) = 33.44%
R=53.90%
G=12.66%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663910300.770.380.35329.7661.9540.2
HexA6276704D262314a3e28
Octal24647147011546435127650
Binary10100110100111110011101001101100110100011101001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62767; }

 p { color: rgb(166,39,103); }

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

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

 a { background-color: rgb(166,39,103); }

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

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

 span { border-color: rgb(166,39,103); }

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