#A38559

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

Shades of Muesli #A38559

Tints of Muesli #A38559

Color information

#A38559 (or 0xA38559) is unknown color: approx Muesli. HEX triplet: A3, 85 and 59. RGB value is (163,133,89). Sum of RGB (Red+Green+Blue) = 163+133+89=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A38559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38559 is #5C7AA6. Grayscale: #898989. Windows color (decimal): -6060711 or 5866915. OLE color: 5866915.

HSL color Cylindrical-coordinate representation of color #A38559: hue angle of 35.68º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A38559 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB16313389-
CMYK00.180.450.36
HSL35.68º29.37%49.41%-
HSV(B)35.68º45.4%63.92%-
XYZ25.2925.2813-
YUV136.95100.94146.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 133 (52.34% from 255) = 34.55%
BLUE value IS 89 (35.16% from 255) = 23.12%
R=42.34%
G=34.55%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631338900.180.450.3635.6829.3749.41
HexA385590122D24241d31
Octal2432051310225544443561
Binary1010001110000101101100101001010110110010010010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38559; }

 p { color: rgb(163,133,89); }

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

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

 a { background-color: rgb(163,133,89); }

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

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

 span { border-color: rgb(163,133,89); }

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