Html Css Color HEX #A36079 Mauve Taupe

📋 copy color: '#A36079'

red 163 ◦ green 96 ◦ blue 121

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

Shades of Mauve Taupe #A36079

Tints of Mauve Taupe #A36079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 42.89%
G = 25.26%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A36079 (or 0xA36079) is known color: Mauve Taupe. HEX triplet: A3, 60 and 79. RGB value is (163,96,121). Sum of RGB (Red+Green+Blue) = 163+96+121=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A36079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36079 is #5C9F86. Grayscale: #767676. Windows color (decimal): -6070151 or 7954595. OLE color: 7954595.

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

Color convert

RGB 163 96 121 -
CMYK 0 0.41 0.26 0.36
HSL 337.61º 0.27% 0.51% -
HSV(B) 337.61º 0.41% 0.64% -
XYZ 22.74 17.53 20.27 -
YUV 118.88 129.2 159.47 -
System Red Green Blue C M Y K H S L
Decimal 163 96 121 0 0.41 0.26 0.36 337.61 0.27 0.51
Hex A3 60 79 0 29 1A 24 152 1B 33
Octal 243 140 171 0 51 32 44 522 33 63
Binary 10100011 1100000 1111001 0 101001 11010 100100 101010010 11011 110011

Color Harmonies of #A36079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36079

Black with #A36079

Text Example


Text Example

White with #A36079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36079; }

 p { color: rgb(163,96,121); }

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

background-color css

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

 a { background-color: rgb(163,96,121); }

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

border-color css

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

 span { border-color: rgb(163,96,121); }

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