Html Css Color HEX #A06375 Mauve Taupe

📋 copy color: '#A06375'

red 160 ◦ green 99 ◦ blue 117

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

Shades of Mauve Taupe #A06375

Tints of Mauve Taupe #A06375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

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

R = 42.55%
G = 26.33%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A06375 (or 0xA06375) is known color: Mauve Taupe. HEX triplet: A0, 63 and 75. RGB value is (160,99,117). Sum of RGB (Red+Green+Blue) = 160+99+117=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A06375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06375 is #5F9C8A. Grayscale: #777777. Windows color (decimal): -6265995 or 7693216. OLE color: 7693216.

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

Color convert

RGB 160 99 117 -
CMYK 0 0.38 0.27 0.37
HSL 342.3º 0.24% 0.51% -
HSV(B) 342.3º 0.38% 0.63% -
XYZ 22.17 17.68 19.07 -
YUV 119.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 160 99 117 0 0.38 0.27 0.37 342.3 0.24 0.51
Hex A0 63 75 0 26 1B 25 156 18 33
Octal 240 143 165 0 46 33 45 526 30 63
Binary 10100000 1100011 1110101 0 100110 11011 100101 101010110 11000 110011

Color Harmonies of #A06375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06375

Black with #A06375

Text Example


Text Example

White with #A06375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06375; }

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

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

background-color css

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

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

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

border-color css

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

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

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