Html Css Color HEX #A26278 Mauve Taupe

📋 copy color: '#A26278'

red 162 ◦ green 98 ◦ blue 120

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

Shades of Mauve Taupe #A26278

Tints of Mauve Taupe #A26278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 42.63%
G = 25.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A26278 (or 0xA26278) is known color: Mauve Taupe. HEX triplet: A2, 62 and 78. RGB value is (162,98,120). Sum of RGB (Red+Green+Blue) = 162+98+120=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A26278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26278 is #5D9D87. Grayscale: #777777. Windows color (decimal): -6135176 or 7889570. OLE color: 7889570.

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

Color convert

RGB 162 98 120 -
CMYK 0 0.40 0.26 0.36
HSL 339.38º 0.26% 0.51% -
HSV(B) 339.38º 0.4% 0.64% -
XYZ 22.66 17.77 20.01 -
YUV 119.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 162 98 120 0 0.40 0.26 0.36 339.38 0.26 0.51
Hex A2 62 78 0 28 1A 24 153 1A 33
Octal 242 142 170 0 50 32 44 523 32 63
Binary 10100010 1100010 1111000 0 101000 11010 100100 101010011 11010 110011

Color Harmonies of #A26278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26278

Black with #A26278

Text Example


Text Example

White with #A26278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26278; }

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

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

background-color css

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

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

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

border-color css

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

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

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