Html Css Color HEX #A0606A Mauve Taupe

📋 copy color: '#A0606A'

red 160 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #A0606A

Tints of Mauve Taupe #A0606A

RGB

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

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

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

R = 44.2%
G = 26.52%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0606A (or 0xA0606A) is known color: Mauve Taupe. HEX triplet: A0, 60 and 6A. RGB value is (160,96,106). Sum of RGB (Red+Green+Blue) = 160+96+106=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606A is #5F9F95. Grayscale: #747474. Windows color (decimal): -6266774 or 6971552. OLE color: 6971552.

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

Color convert

RGB 160 96 106 -
CMYK 0 0.4 0.34 0.37
HSL 350.63º 0.25% 0.5% -
HSV(B) 350.63º 0.4% 0.63% -
XYZ 21.28 16.88 15.77 -
YUV 116.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 160 96 106 0 0.4 0.34 0.37 350.63 0.25 0.5
Hex A0 60 6A 0 28 22 25 15F 19 32
Octal 240 140 152 0 50 42 45 537 31 62
Binary 10100000 1100000 1101010 0 101000 100010 100101 101011111 11001 110010

Color Harmonies of #A0606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0606A

Black with #A0606A

Text Example


Text Example

White with #A0606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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