Html Css Color HEX #A36178 Mauve Taupe

📋 copy color: '#A36178'

red 163 ◦ green 97 ◦ blue 120

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

Shades of Mauve Taupe #A36178

Tints of Mauve Taupe #A36178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 42.89%
G = 25.53%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A36178 (or 0xA36178) is known color: Mauve Taupe. HEX triplet: A3, 61 and 78. RGB value is (163,97,120). Sum of RGB (Red+Green+Blue) = 163+97+120=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36178 is #5C9E87. Grayscale: #777777. Windows color (decimal): -6069896 or 7889315. OLE color: 7889315.

HSL color Cylindrical-coordinate representation of color #A36178: hue angle of 339.09º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36178 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 120 -
CMYK 0 0.40 0.26 0.36
HSL 339.09º 0.26% 0.51% -
HSV(B) 339.09º 0.4% 0.64% -
XYZ 22.77 17.69 19.98 -
YUV 119.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 163 97 120 0 0.40 0.26 0.36 339.09 0.26 0.51
Hex A3 61 78 0 28 1A 24 153 1A 33
Octal 243 141 170 0 50 32 44 523 32 63
Binary 10100011 1100001 1111000 0 101000 11010 100100 101010011 11010 110011

Color Harmonies of #A36178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36178

Black with #A36178

Text Example


Text Example

White with #A36178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36178; }

 p { color: rgb(163,97,120); }

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

background-color css

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

 a { background-color: rgb(163,97,120); }

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

border-color css

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

 span { border-color: rgb(163,97,120); }

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