Html Css Color HEX #A05F6A Mauve Taupe

📋 copy color: '#A05F6A'

red 160 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #A05F6A

Tints of Mauve Taupe #A05F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 44.32%
G = 26.32%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A05F6A (or 0xA05F6A) is known color: Mauve Taupe. HEX triplet: A0, 5F and 6A. RGB value is (160,95,106). Sum of RGB (Red+Green+Blue) = 160+95+106=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F6A is #5FA095. Grayscale: #737373. Windows color (decimal): -6267030 or 6971296. OLE color: 6971296.

HSL color Cylindrical-coordinate representation of color #A05F6A: hue angle of 349.85º 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 #A05F6A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 95 106 -
CMYK 0 0.41 0.34 0.37
HSL 349.85º 0.25% 0.5% -
HSV(B) 349.85º 0.41% 0.63% -
XYZ 21.19 16.7 15.74 -
YUV 115.69 122.53 159.61 -
System Red Green Blue C M Y K H S L
Decimal 160 95 106 0 0.41 0.34 0.37 349.85 0.25 0.5
Hex A0 5F 6A 0 29 22 25 15E 19 32
Octal 240 137 152 0 51 42 45 536 31 62
Binary 10100000 1011111 1101010 0 101001 100010 100101 101011110 11001 110010

Color Harmonies of #A05F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05F6A

Black with #A05F6A

Text Example


Text Example

White with #A05F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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