Html Css Color HEX #A65D76 Mauve Taupe

📋 copy color: '#A65D76'

red 166 ◦ green 93 ◦ blue 118

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

Shades of Mauve Taupe #A65D76

Tints of Mauve Taupe #A65D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.67%

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

R = 44.03%
G = 24.67%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A65D76 (or 0xA65D76) is known color: Mauve Taupe. HEX triplet: A6, 5D and 76. RGB value is (166,93,118). Sum of RGB (Red+Green+Blue) = 166+93+118=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D76 is #59A289. Grayscale: #757575. Windows color (decimal): -5874314 or 7757222. OLE color: 7757222.

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

Color convert

RGB 166 93 118 -
CMYK 0 0.44 0.29 0.35
HSL 339.45º 0.29% 0.51% -
HSV(B) 339.45º 0.44% 0.65% -
XYZ 22.91 17.24 19.26 -
YUV 117.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 166 93 118 0 0.44 0.29 0.35 339.45 0.29 0.51
Hex A6 5D 76 0 2C 1D 23 153 1D 33
Octal 246 135 166 0 54 35 43 523 35 63
Binary 10100110 1011101 1110110 0 101100 11101 100011 101010011 11101 110011

Color Harmonies of #A65D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D76

Black with #A65D76

Text Example


Text Example

White with #A65D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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