Html Css Color HEX #A05F78 Mauve Taupe

📋 copy color: '#A05F78'

red 160 ◦ green 95 ◦ blue 120

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

Shades of Mauve Taupe #A05F78

Tints of Mauve Taupe #A05F78

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.33%

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

R = 42.67%
G = 25.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A05F78 (or 0xA05F78) is known color: Mauve Taupe. HEX triplet: A0, 5F and 78. RGB value is (160,95,120). Sum of RGB (Red+Green+Blue) = 160+95+120=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F78 is #5FA087. Grayscale: #757575. Windows color (decimal): -6267016 or 7888800. OLE color: 7888800.

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

Color convert

RGB 160 95 120 -
CMYK 0 0.41 0.25 0.37
HSL 336.92º 0.25% 0.5% -
HSV(B) 336.92º 0.41% 0.63% -
XYZ 21.98 17.01 19.89 -
YUV 117.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 160 95 120 0 0.41 0.25 0.37 336.92 0.25 0.5
Hex A0 5F 78 0 29 19 25 151 19 32
Octal 240 137 170 0 51 31 45 521 31 62
Binary 10100000 1011111 1111000 0 101001 11001 100101 101010001 11001 110010

Color Harmonies of #A05F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F78

Black with #A05F78

Text Example


Text Example

White with #A05F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F78; }

 p { color: rgb(160,95,120); }

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

background-color css

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

 a { background-color: rgb(160,95,120); }

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

border-color css

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

 span { border-color: rgb(160,95,120); }

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