Html Css Color HEX #A0606B Mauve Taupe

📋 copy color: '#A0606B'

red 160 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #A0606B

Tints of Mauve Taupe #A0606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 44.08%
G = 26.45%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0606B (or 0xA0606B) is known color: Mauve Taupe. HEX triplet: A0, 60 and 6B. RGB value is (160,96,107). Sum of RGB (Red+Green+Blue) = 160+96+107=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0606B is #5F9F94. Grayscale: #747474. Windows color (decimal): -6266773 or 7037088. OLE color: 7037088.

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

Color convert

RGB 160 96 107 -
CMYK 0 0.4 0.33 0.37
HSL 349.69º 0.25% 0.5% -
HSV(B) 349.69º 0.4% 0.63% -
XYZ 21.33 16.9 16.05 -
YUV 116.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 160 96 107 0 0.4 0.33 0.37 349.69 0.25 0.5
Hex A0 60 6B 0 28 21 25 15E 19 32
Octal 240 140 153 0 50 41 45 536 31 62
Binary 10100000 1100000 1101011 0 101000 100001 100101 101011110 11001 110010

Color Harmonies of #A0606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0606B

Black with #A0606B

Text Example


Text Example

White with #A0606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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