Html Css Color HEX #A35A72 Mauve Taupe

📋 copy color: '#A35A72'

red 163 ◦ green 90 ◦ blue 114

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

Shades of Mauve Taupe #A35A72

Tints of Mauve Taupe #A35A72

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

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

R = 44.41%
G = 24.52%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A35A72 (or 0xA35A72) is known color: Mauve Taupe. HEX triplet: A3, 5A and 72. RGB value is (163,90,114). Sum of RGB (Red+Green+Blue) = 163+90+114=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35A72 is #5CA58D. Grayscale: #727272. Windows color (decimal): -6071694 or 7494307. OLE color: 7494307.

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

Color convert

RGB 163 90 114 -
CMYK 0 0.45 0.30 0.36
HSL 340.27º 0.29% 0.5% -
HSV(B) 340.27º 0.45% 0.64% -
XYZ 21.8 16.31 17.92 -
YUV 114.56 127.68 162.55 -
System Red Green Blue C M Y K H S L
Decimal 163 90 114 0 0.45 0.30 0.36 340.27 0.29 0.5
Hex A3 5A 72 0 2D 1E 24 154 1D 32
Octal 243 132 162 0 55 36 44 524 35 62
Binary 10100011 1011010 1110010 0 101101 11110 100100 101010100 11101 110010

Color Harmonies of #A35A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A72

Black with #A35A72

Text Example


Text Example

White with #A35A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A72; }

 p { color: rgb(163,90,114); }

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

background-color css

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

 a { background-color: rgb(163,90,114); }

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

border-color css

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

 span { border-color: rgb(163,90,114); }

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