Html Css Color HEX #A65E75 Mauve Taupe

📋 copy color: '#A65E75'

red 166 ◦ green 94 ◦ blue 117

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

Shades of Mauve Taupe #A65E75

Tints of Mauve Taupe #A65E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 44.03%
G = 24.93%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65E75 (or 0xA65E75) is known color: Mauve Taupe. HEX triplet: A6, 5E and 75. RGB value is (166,94,117). Sum of RGB (Red+Green+Blue) = 166+94+117=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E75 is #59A18A. Grayscale: #767676. Windows color (decimal): -5874059 or 7691942. OLE color: 7691942.

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

Color convert

RGB 166 94 117 -
CMYK 0 0.43 0.30 0.35
HSL 340.83º 0.29% 0.51% -
HSV(B) 340.83º 0.43% 0.65% -
XYZ 22.94 17.4 18.98 -
YUV 118.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 166 94 117 0 0.43 0.30 0.35 340.83 0.29 0.51
Hex A6 5E 75 0 2B 1E 23 155 1D 33
Octal 246 136 165 0 53 36 43 525 35 63
Binary 10100110 1011110 1110101 0 101011 11110 100011 101010101 11101 110011

Color Harmonies of #A65E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E75

Black with #A65E75

Text Example


Text Example

White with #A65E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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