#A08353

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

Shades of Muesli #A08353

Tints of Muesli #A08353

Color information

#A08353 (or 0xA08353) is unknown color: approx Muesli. HEX triplet: A0, 83 and 53. RGB value is (160,131,83). Sum of RGB (Red+Green+Blue) = 160+131+83=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A08353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08353 is #5F7CAC. Grayscale: #868686. Windows color (decimal): -6257837 or 5473184. OLE color: 5473184.

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

Color convert

RGB16013183-
CMYK00.180.480.37
HSL37.4º31.69%47.65%-
HSV(B)37.4º48.12%62.75%-
XYZ24.1724.3311.61-
YUV134.299.11146.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 131 (51.56% from 255) = 35.03%
BLUE value IS 83 (32.81% from 255) = 22.19%
R=42.78%
G=35.03%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601318300.180.480.3737.431.6947.65
HexA083530123025252030
Octal2402031230226045454060
Binary10100000100000111010011010010110000100101100101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08353; }

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

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

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

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

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

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

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

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