Html Css Color HEX #A72662 Lipstick

📋 copy color: '#A72662'

red 167 ◦ green 38 ◦ blue 98

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

Shades of Lipstick #A72662

Tints of Lipstick #A72662

RGB

 RED value IS 167 (65.63% from 255) = 55.12%

 GREEN value IS 38 (15.23% from 255) = 12.54%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 55.12%
G = 12.54%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A72662 (or 0xA72662) is known color: Lipstick. HEX triplet: A7, 26 and 62. RGB value is (167,38,98). Sum of RGB (Red+Green+Blue) = 167+38+98=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A72662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72662 is #58D99D. Grayscale: #535353. Windows color (decimal): -5822878 or 6432423. OLE color: 6432423.

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

Color convert

RGB 167 38 98 -
CMYK 0 0.77 0.41 0.35
HSL 332.09º 0.63% 0.4% -
HSV(B) 332.09º 0.77% 0.65% -
XYZ 18.83 10.48 12.59 -
YUV 83.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 167 38 98 0 0.77 0.41 0.35 332.09 0.63 0.4
Hex A7 26 62 0 4D 29 23 14C 3F 28
Octal 247 46 142 0 115 51 43 514 77 50
Binary 10100111 100110 1100010 0 1001101 101001 100011 101001100 111111 101000

Color Harmonies of #A72662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72662

Black with #A72662

Text Example


Text Example

White with #A72662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72662; }

 p { color: rgb(167,38,98); }

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

background-color css

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

 a { background-color: rgb(167,38,98); }

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

border-color css

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

 span { border-color: rgb(167,38,98); }

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