Html Css Color HEX #A35E6D Mauve Taupe

📋 copy color: '#A35E6D'

red 163 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #A35E6D

Tints of Mauve Taupe #A35E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 44.54%
G = 25.68%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A35E6D (or 0xA35E6D) is known color: Mauve Taupe. HEX triplet: A3, 5E and 6D. RGB value is (163,94,109). Sum of RGB (Red+Green+Blue) = 163+94+109=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35E6D is #5CA192. Grayscale: #747474. Windows color (decimal): -6070675 or 7167651. OLE color: 7167651.

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

Color convert

RGB 163 94 109 -
CMYK 0 0.42 0.33 0.36
HSL 346.96º 0.27% 0.5% -
HSV(B) 346.96º 0.42% 0.64% -
XYZ 21.87 16.9 16.58 -
YUV 116.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 163 94 109 0 0.42 0.33 0.36 346.96 0.27 0.5
Hex A3 5E 6D 0 2A 21 24 15B 1B 32
Octal 243 136 155 0 52 41 44 533 33 62
Binary 10100011 1011110 1101101 0 101010 100001 100100 101011011 11011 110010

Color Harmonies of #A35E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E6D

Black with #A35E6D

Text Example


Text Example

White with #A35E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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