Html Css Color HEX #A26175 Mauve Taupe

📋 copy color: '#A26175'

red 162 ◦ green 97 ◦ blue 117

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

Shades of Mauve Taupe #A26175

Tints of Mauve Taupe #A26175

RGB

 RED value IS 162 (63.67% from 255) = 43.09%

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 43.09%
G = 25.8%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A26175 (or 0xA26175) is known color: Mauve Taupe. HEX triplet: A2, 61 and 75. RGB value is (162,97,117). Sum of RGB (Red+Green+Blue) = 162+97+117=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A26175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26175 is #5D9E8A. Grayscale: #767676. Windows color (decimal): -6135435 or 7692706. OLE color: 7692706.

HSL color Cylindrical-coordinate representation of color #A26175: hue angle of 341.54º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26175 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 97 117 -
CMYK 0 0.40 0.28 0.36
HSL 341.54º 0.26% 0.51% -
HSV(B) 341.54º 0.4% 0.64% -
XYZ 22.39 17.52 19.03 -
YUV 118.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 162 97 117 0 0.40 0.28 0.36 341.54 0.26 0.51
Hex A2 61 75 0 28 1C 24 156 1A 33
Octal 242 141 165 0 50 34 44 526 32 63
Binary 10100010 1100001 1110101 0 101000 11100 100100 101010110 11010 110011

Color Harmonies of #A26175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26175

Black with #A26175

Text Example


Text Example

White with #A26175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26175; }

 p { color: rgb(162,97,117); }

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

background-color css

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

 a { background-color: rgb(162,97,117); }

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

border-color css

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

 span { border-color: rgb(162,97,117); }

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