Html Css Color HEX #A6295A Lipstick

📋 copy color: '#A6295A'

red 166 ◦ green 41 ◦ blue 90

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

Shades of Lipstick #A6295A

Tints of Lipstick #A6295A

RGB

 RED value IS 166 (65.23% from 255) = 55.89%

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 55.89%
G = 13.8%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6295A (or 0xA6295A) is known color: Lipstick. HEX triplet: A6, 29 and 5A. RGB value is (166,41,90). Sum of RGB (Red+Green+Blue) = 166+41+90=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6295A is #59D6A5. Grayscale: #535353. Windows color (decimal): -5887654 or 5908902. OLE color: 5908902.

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

Color convert

RGB 166 41 90 -
CMYK 0 0.75 0.46 0.35
HSL 336.48º 0.6% 0.41% -
HSV(B) 336.48º 0.75% 0.65% -
XYZ 18.36 10.43 10.72 -
YUV 83.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 166 41 90 0 0.75 0.46 0.35 336.48 0.6 0.41
Hex A6 29 5A 0 4B 2E 23 150 3C 29
Octal 246 51 132 0 113 56 43 520 74 51
Binary 10100110 101001 1011010 0 1001011 101110 100011 101010000 111100 101001

Color Harmonies of #A6295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6295A

Black with #A6295A

Text Example


Text Example

White with #A6295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6295A; }

 p { color: rgb(166,41,90); }

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

background-color css

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

 a { background-color: rgb(166,41,90); }

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

border-color css

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

 span { border-color: rgb(166,41,90); }

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