Html Css Color HEX #A26276 Mauve Taupe

📋 copy color: '#A26276'

red 162 ◦ green 98 ◦ blue 118

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

Shades of Mauve Taupe #A26276

Tints of Mauve Taupe #A26276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 42.86%
G = 25.93%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A26276 (or 0xA26276) is known color: Mauve Taupe. HEX triplet: A2, 62 and 76. RGB value is (162,98,118). Sum of RGB (Red+Green+Blue) = 162+98+118=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26276 is #5D9D89. Grayscale: #777777. Windows color (decimal): -6135178 or 7758498. OLE color: 7758498.

HSL color Cylindrical-coordinate representation of color #A26276: hue angle of 341.25º 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 #A26276 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 98 118 -
CMYK 0 0.40 0.27 0.36
HSL 341.25º 0.26% 0.51% -
HSV(B) 341.25º 0.4% 0.64% -
XYZ 22.54 17.72 19.37 -
YUV 119.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 162 98 118 0 0.40 0.27 0.36 341.25 0.26 0.51
Hex A2 62 76 0 28 1B 24 155 1A 33
Octal 242 142 166 0 50 33 44 525 32 63
Binary 10100010 1100010 1110110 0 101000 11011 100100 101010101 11010 110011

Color Harmonies of #A26276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26276

Black with #A26276

Text Example


Text Example

White with #A26276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26276; }

 p { color: rgb(162,98,118); }

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

background-color css

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

 a { background-color: rgb(162,98,118); }

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

border-color css

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

 span { border-color: rgb(162,98,118); }

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