Html Css Color HEX #A35D6B Mauve Taupe

📋 copy color: '#A35D6B'

red 163 ◦ green 93 ◦ blue 107

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

Shades of Mauve Taupe #A35D6B

Tints of Mauve Taupe #A35D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 44.9%
G = 25.62%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A35D6B (or 0xA35D6B) is known color: Mauve Taupe. HEX triplet: A3, 5D and 6B. RGB value is (163,93,107). Sum of RGB (Red+Green+Blue) = 163+93+107=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35D6B is #5CA294. Grayscale: #737373. Windows color (decimal): -6070933 or 7036323. OLE color: 7036323.

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

Color convert

RGB 163 93 107 -
CMYK 0 0.43 0.34 0.36
HSL 348º 0.28% 0.5% -
HSV(B) 348º 0.43% 0.64% -
XYZ 21.67 16.68 15.99 -
YUV 115.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 163 93 107 0 0.43 0.34 0.36 348 0.28 0.5
Hex A3 5D 6B 0 2B 22 24 15C 1C 32
Octal 243 135 153 0 53 42 44 534 34 62
Binary 10100011 1011101 1101011 0 101011 100010 100100 101011100 11100 110010

Color Harmonies of #A35D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D6B

Black with #A35D6B

Text Example


Text Example

White with #A35D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D6B; }

 p { color: rgb(163,93,107); }

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

background-color css

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

 a { background-color: rgb(163,93,107); }

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

border-color css

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

 span { border-color: rgb(163,93,107); }

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