Html Css Color HEX #A06275 Mauve Taupe

📋 copy color: '#A06275'

red 160 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #A06275

Tints of Mauve Taupe #A06275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 42.67%
G = 26.13%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A06275 (or 0xA06275) is known color: Mauve Taupe. HEX triplet: A0, 62 and 75. RGB value is (160,98,117). Sum of RGB (Red+Green+Blue) = 160+98+117=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A06275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06275 is #5F9D8A. Grayscale: #767676. Windows color (decimal): -6266251 or 7692960. OLE color: 7692960.

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

Color convert

RGB 160 98 117 -
CMYK 0 0.39 0.27 0.37
HSL 341.61º 0.25% 0.51% -
HSV(B) 341.61º 0.39% 0.63% -
XYZ 22.08 17.49 19.04 -
YUV 118.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 160 98 117 0 0.39 0.27 0.37 341.61 0.25 0.51
Hex A0 62 75 0 27 1B 25 156 19 33
Octal 240 142 165 0 47 33 45 526 31 63
Binary 10100000 1100010 1110101 0 100111 11011 100101 101010110 11001 110011

Color Harmonies of #A06275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06275

Black with #A06275

Text Example


Text Example

White with #A06275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06275; }

 p { color: rgb(160,98,117); }

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

background-color css

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

 a { background-color: rgb(160,98,117); }

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

border-color css

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

 span { border-color: rgb(160,98,117); }

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