Html Css Color HEX #A05573 Mauve Taupe

📋 copy color: '#A05573'

red 160 ◦ green 85 ◦ blue 115

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

Shades of Mauve Taupe #A05573

Tints of Mauve Taupe #A05573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 115 (45.31% from 255) = 31.94%

R = 44.44%
G = 23.61%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A05573 (or 0xA05573) is known color: Mauve Taupe. HEX triplet: A0, 55 and 73. RGB value is (160,85,115). Sum of RGB (Red+Green+Blue) = 160+85+115=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05573 is #5FAA8C. Grayscale: #6E6E6E. Windows color (decimal): -6269581 or 7558560. OLE color: 7558560.

HSL color Cylindrical-coordinate representation of color #A05573: hue angle of 336º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A05573 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 115 -
CMYK 0 0.47 0.28 0.37
HSL 336º 0.31% 0.48% -
HSV(B) 336º 0.47% 0.63% -
XYZ 20.84 15.21 18.06 -
YUV 110.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 160 85 115 0 0.47 0.28 0.37 336 0.31 0.48
Hex A0 55 73 0 2F 1C 25 150 1F 30
Octal 240 125 163 0 57 34 45 520 37 60
Binary 10100000 1010101 1110011 0 101111 11100 100101 101010000 11111 110000

Color Harmonies of #A05573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05573

Black with #A05573

Text Example


Text Example

White with #A05573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05573; }

 p { color: rgb(160,85,115); }

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

background-color css

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

 a { background-color: rgb(160,85,115); }

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

border-color css

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

 span { border-color: rgb(160,85,115); }

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