Html Css Color HEX #A35E6F Mauve Taupe

📋 copy color: '#A35E6F'

red 163 ◦ green 94 ◦ blue 111

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

Shades of Mauve Taupe #A35E6F

Tints of Mauve Taupe #A35E6F

RGB

 RED value IS 163 (64.06% from 255) = 44.29%

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 44.29%
G = 25.54%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A35E6F (or 0xA35E6F) is known color: Mauve Taupe. HEX triplet: A3, 5E and 6F. RGB value is (163,94,111). Sum of RGB (Red+Green+Blue) = 163+94+111=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E6F is #5CA190. Grayscale: #747474. Windows color (decimal): -6070673 or 7298723. OLE color: 7298723.

HSL color Cylindrical-coordinate representation of color #A35E6F: hue angle of 345.22º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35E6F is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 94 111 -
CMYK 0 0.42 0.32 0.36
HSL 345.22º 0.27% 0.5% -
HSV(B) 345.22º 0.42% 0.64% -
XYZ 21.98 16.94 17.15 -
YUV 116.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 163 94 111 0 0.42 0.32 0.36 345.22 0.27 0.5
Hex A3 5E 6F 0 2A 20 24 159 1B 32
Octal 243 136 157 0 52 40 44 531 33 62
Binary 10100011 1011110 1101111 0 101010 100000 100100 101011001 11011 110010

Color Harmonies of #A35E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E6F

Black with #A35E6F

Text Example


Text Example

White with #A35E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E6F; }

 p { color: rgb(163,94,111); }

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

background-color css

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

 a { background-color: rgb(163,94,111); }

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

border-color css

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

 span { border-color: rgb(163,94,111); }

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