Html Css Color HEX #A0657A Mauve Taupe

📋 copy color: '#A0657A'

red 160 ◦ green 101 ◦ blue 122

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

Shades of Mauve Taupe #A0657A

Tints of Mauve Taupe #A0657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 41.78%
G = 26.37%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0657A (or 0xA0657A) is known color: Mauve Taupe. HEX triplet: A0, 65 and 7A. RGB value is (160,101,122). Sum of RGB (Red+Green+Blue) = 160+101+122=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0657A is #5F9A85. Grayscale: #797979. Windows color (decimal): -6265478 or 8021408. OLE color: 8021408.

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

Color convert

RGB 160 101 122 -
CMYK 0 0.37 0.24 0.37
HSL 338.64º 0.24% 0.51% -
HSV(B) 338.64º 0.37% 0.63% -
XYZ 22.66 18.19 20.73 -
YUV 121.04 128.55 155.79 -
System Red Green Blue C M Y K H S L
Decimal 160 101 122 0 0.37 0.24 0.37 338.64 0.24 0.51
Hex A0 65 7A 0 25 18 25 153 18 33
Octal 240 145 172 0 45 30 45 523 30 63
Binary 10100000 1100101 1111010 0 100101 11000 100101 101010011 11000 110011

Color Harmonies of #A0657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0657A

Black with #A0657A

Text Example


Text Example

White with #A0657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0657A; }

 p { color: rgb(160,101,122); }

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

background-color css

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

 a { background-color: rgb(160,101,122); }

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

border-color css

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

 span { border-color: rgb(160,101,122); }

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