#A2814E

Color #A2814E Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A2814E

Tints of Muesli #A2814E

Color information

#A2814E (or 0xA2814E) is unknown color: approx Muesli. HEX triplet: A2, 81 and 4E. RGB value is (162,129,78). Sum of RGB (Red+Green+Blue) = 162+129+78=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2814E is #5D7EB1. Grayscale: #858585. Windows color (decimal): -6127282 or 5144994. OLE color: 5144994.

HSL color Cylindrical-coordinate representation of color #A2814E: hue angle of 36.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2814E is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16212978-
CMYK00.200.520.36
HSL36.43º35%47.06%-
HSV(B)36.43º51.85%63.53%-
XYZ24.1323.9310.56-
YUV133.0596.93148.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 129 (50.78% from 255) = 34.96%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=43.90%
G=34.96%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621297800.200.520.3636.433547.06
HexA2814E014342424232f
Octal2422011160246444444357
Binary10100010100000011001110010100110100100100100100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2814E; }

 p { color: rgb(162,129,78); }

 H1.HeaderClassName
 {
   color: #A2814E;
 }
 .AnyTagClassName
 {
   color: #A2814E;
 }
</style>
background-color css

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

 a { background-color: rgb(162,129,78); }

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

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

 span { border-color: rgb(162,129,78); }

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