Html Css Color HEX #A65C70 Mauve Taupe

📋 copy color: '#A65C70'

red 166 ◦ green 92 ◦ blue 112

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

Shades of Mauve Taupe #A65C70

Tints of Mauve Taupe #A65C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.27%

R = 44.86%
G = 24.86%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A65C70 (or 0xA65C70) is known color: Mauve Taupe. HEX triplet: A6, 5C and 70. RGB value is (166,92,112). Sum of RGB (Red+Green+Blue) = 166+92+112=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C70 is #59A38F. Grayscale: #747474. Windows color (decimal): -5874576 or 7363750. OLE color: 7363750.

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

Color convert

RGB 166 92 112 -
CMYK 0 0.45 0.33 0.35
HSL 343.78º 0.29% 0.51% -
HSV(B) 343.78º 0.45% 0.65% -
XYZ 22.48 16.93 17.41 -
YUV 116.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 166 92 112 0 0.45 0.33 0.35 343.78 0.29 0.51
Hex A6 5C 70 0 2D 21 23 158 1D 33
Octal 246 134 160 0 55 41 43 530 35 63
Binary 10100110 1011100 1110000 0 101101 100001 100011 101011000 11101 110011

Color Harmonies of #A65C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C70

Black with #A65C70

Text Example


Text Example

White with #A65C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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