#A08350

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

Shades of Muesli #A08350

Tints of Muesli #A08350

Color information

#A08350 (or 0xA08350) is unknown color: approx Muesli. HEX triplet: A0, 83 and 50. RGB value is (160,131,80). Sum of RGB (Red+Green+Blue) = 160+131+80=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A08350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08350 is #5F7CAF. Grayscale: #868686. Windows color (decimal): -6257840 or 5276576. OLE color: 5276576.

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

Color convert

RGB16013180-
CMYK00.180.50.37
HSL38.25º33.33%47.06%-
HSV(B)38.25º50%62.75%-
XYZ24.0624.2911.01-
YUV133.8697.61146.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=43.13%
G=35.31%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601318000.180.50.3738.2533.3347.06
HexA08350012322526212f
Octal2402031200226245464157
Binary10100000100000111010000010010110010100101100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08350; }

 p { color: rgb(160,131,80); }

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

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

 a { background-color: rgb(160,131,80); }

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

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

 span { border-color: rgb(160,131,80); }

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