#a08355

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

Shades of Muesli #A08355

Tints of Muesli #A08355

Color information

#A08355 (or 0xA08355) is unknown color: approx Muesli. HEX triplet: A0, 83 and 55. RGB value is (160,131,85). Sum of RGB (Red+Green+Blue) = 160+131+85=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A08355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08355 is #5F7CAA. Grayscale: #868686. Windows color (decimal): -6257835 or 5604256. OLE color: 5604256.

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

Color convert

RGB16013185-
CMYK00.180.470.37
HSL36.8º30.61%48.04%-
HSV(B)36.8º46.88%62.75%-
XYZ24.2524.3612.02-
YUV134.43100.11146.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 85 (33.59% from 255) = 22.61%
R=42.55%
G=34.84%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601318500.180.470.3736.830.6148.04
HexA083550122F25251f30
Octal2402031250225745453760
Binary1010000010000011101010101001010111110010110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a08355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a08355; }

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

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

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

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

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

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

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

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