Html Css Color HEX #A65E76 Mauve Taupe

📋 copy color: '#A65E76'

red 166 ◦ green 94 ◦ blue 118

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

Shades of Mauve Taupe #A65E76

Tints of Mauve Taupe #A65E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 43.92%
G = 24.87%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A65E76 (or 0xA65E76) is known color: Mauve Taupe. HEX triplet: A6, 5E and 76. RGB value is (166,94,118). Sum of RGB (Red+Green+Blue) = 166+94+118=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E76 is #59A189. Grayscale: #767676. Windows color (decimal): -5874058 or 7757478. OLE color: 7757478.

HSL color Cylindrical-coordinate representation of color #A65E76: hue angle of 340º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65E76 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 118 -
CMYK 0 0.43 0.29 0.35
HSL 340º 0.29% 0.51% -
HSV(B) 340º 0.43% 0.65% -
XYZ 23 17.42 19.29 -
YUV 118.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 166 94 118 0 0.43 0.29 0.35 340 0.29 0.51
Hex A6 5E 76 0 2B 1D 23 154 1D 33
Octal 246 136 166 0 53 35 43 524 35 63
Binary 10100110 1011110 1110110 0 101011 11101 100011 101010100 11101 110011

Color Harmonies of #A65E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E76

Black with #A65E76

Text Example


Text Example

White with #A65E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E76; }

 p { color: rgb(166,94,118); }

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

background-color css

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

 a { background-color: rgb(166,94,118); }

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

border-color css

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

 span { border-color: rgb(166,94,118); }

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