Html Css Color HEX #A06272 Mauve Taupe

📋 copy color: '#A06272'

red 160 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #A06272

Tints of Mauve Taupe #A06272

RGB

 RED value IS 160 (62.89% from 255) = 43.01%

 GREEN value IS 98 (38.67% from 255) = 26.34%

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

R = 43.01%
G = 26.34%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A06272 (or 0xA06272) is known color: Mauve Taupe. HEX triplet: A0, 62 and 72. RGB value is (160,98,114). Sum of RGB (Red+Green+Blue) = 160+98+114=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A06272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06272 is #5F9D8D. Grayscale: #767676. Windows color (decimal): -6266254 or 7496352. OLE color: 7496352.

HSL color Cylindrical-coordinate representation of color #A06272: hue angle of 344.52º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A06272 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 114 -
CMYK 0 0.39 0.29 0.37
HSL 344.52º 0.25% 0.51% -
HSV(B) 344.52º 0.39% 0.63% -
XYZ 21.9 17.42 18.13 -
YUV 118.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 160 98 114 0 0.39 0.29 0.37 344.52 0.25 0.51
Hex A0 62 72 0 27 1D 25 159 19 33
Octal 240 142 162 0 47 35 45 531 31 63
Binary 10100000 1100010 1110010 0 100111 11101 100101 101011001 11001 110011

Color Harmonies of #A06272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06272

Black with #A06272

Text Example


Text Example

White with #A06272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06272; }

 p { color: rgb(160,98,114); }

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

background-color css

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

 a { background-color: rgb(160,98,114); }

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

border-color css

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

 span { border-color: rgb(160,98,114); }

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