#A0824E

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

Shades of Muesli #A0824E

Tints of Muesli #A0824E

Color information

#A0824E (or 0xA0824E) is unknown color: approx Muesli. HEX triplet: A0, 82 and 4E. RGB value is (160,130,78). Sum of RGB (Red+Green+Blue) = 160+130+78=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0824E is #5F7DB1. Grayscale: #858585. Windows color (decimal): -6258098 or 5145248. OLE color: 5145248.

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

Color convert

RGB16013078-
CMYK00.190.510.37
HSL38.05º34.45%46.67%-
HSV(B)38.05º51.25%62.75%-
XYZ23.8523.9910.58-
YUV133.0496.94147.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=43.48%
G=35.33%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601307800.190.510.3738.0534.4546.67
HexA0824E013332526222f
Octal2402021160236345464257
Binary10100000100000101001110010011110011100101100110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0824E; }

 p { color: rgb(160,130,78); }

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

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

 a { background-color: rgb(160,130,78); }

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

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

 span { border-color: rgb(160,130,78); }

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