Html Css Color HEX #A26071 Mauve Taupe

📋 copy color: '#A26071'

red 162 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #A26071

Tints of Mauve Taupe #A26071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 43.67%
G = 25.88%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A26071 (or 0xA26071) is known color: Mauve Taupe. HEX triplet: A2, 60 and 71. RGB value is (162,96,113). Sum of RGB (Red+Green+Blue) = 162+96+113=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26071 is #5D9F8E. Grayscale: #757575. Windows color (decimal): -6135695 or 7430306. OLE color: 7430306.

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

Color convert

RGB 162 96 113 -
CMYK 0 0.41 0.30 0.36
HSL 344.55º 0.26% 0.51% -
HSV(B) 344.55º 0.41% 0.64% -
XYZ 22.06 17.24 17.79 -
YUV 117.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 162 96 113 0 0.41 0.30 0.36 344.55 0.26 0.51
Hex A2 60 71 0 29 1E 24 159 1A 33
Octal 242 140 161 0 51 36 44 531 32 63
Binary 10100010 1100000 1110001 0 101001 11110 100100 101011001 11010 110011

Color Harmonies of #A26071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26071

Black with #A26071

Text Example


Text Example

White with #A26071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26071; }

 p { color: rgb(162,96,113); }

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

background-color css

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

 a { background-color: rgb(162,96,113); }

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

border-color css

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

 span { border-color: rgb(162,96,113); }

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