Html Css Color HEX #A65C72 Mauve Taupe

📋 copy color: '#A65C72'

red 166 ◦ green 92 ◦ blue 114

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

Shades of Mauve Taupe #A65C72

Tints of Mauve Taupe #A65C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.73%

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 44.62%
G = 24.73%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65C72 (or 0xA65C72) is known color: Mauve Taupe. HEX triplet: A6, 5C and 72. RGB value is (166,92,114). Sum of RGB (Red+Green+Blue) = 166+92+114=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C72 is #59A38D. Grayscale: #747474. Windows color (decimal): -5874574 or 7494822. OLE color: 7494822.

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

Color convert

RGB 166 92 114 -
CMYK 0 0.45 0.31 0.35
HSL 342.16º 0.29% 0.51% -
HSV(B) 342.16º 0.45% 0.65% -
XYZ 22.59 16.98 18.01 -
YUV 116.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 166 92 114 0 0.45 0.31 0.35 342.16 0.29 0.51
Hex A6 5C 72 0 2D 1F 23 156 1D 33
Octal 246 134 162 0 55 37 43 526 35 63
Binary 10100110 1011100 1110010 0 101101 11111 100011 101010110 11101 110011

Color Harmonies of #A65C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C72

Black with #A65C72

Text Example


Text Example

White with #A65C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C72; }

 p { color: rgb(166,92,114); }

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

background-color css

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

 a { background-color: rgb(166,92,114); }

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

border-color css

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

 span { border-color: rgb(166,92,114); }

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