#A2814F

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

Shades of Muesli #A2814F

Tints of Muesli #A2814F

Color information

#A2814F (or 0xA2814F) is unknown color: approx Muesli. HEX triplet: A2, 81 and 4F. RGB value is (162,129,79). Sum of RGB (Red+Green+Blue) = 162+129+79=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2814F is #5D7EB0. Grayscale: #858585. Windows color (decimal): -6127281 or 5210530. OLE color: 5210530.

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

Color convert

RGB16212979-
CMYK00.200.510.36
HSL36.14º34.44%47.25%-
HSV(B)36.14º51.23%63.53%-
XYZ24.1623.9510.75-
YUV133.1797.43148.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 129 (50.78% from 255) = 34.86%
BLUE value IS 79 (31.25% from 255) = 21.35%
R=43.78%
G=34.86%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621297900.200.510.3636.1434.4447.25
HexA2814F014332424222f
Octal2422011170246344444257
Binary10100010100000011001111010100110011100100100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2814F; }

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

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

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

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

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

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

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

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