#A38056

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

Shades of Muesli #A38056

Tints of Muesli #A38056

Color information

#A38056 (or 0xA38056) is unknown color: approx Muesli. HEX triplet: A3, 80 and 56. RGB value is (163,128,86). Sum of RGB (Red+Green+Blue) = 163+128+86=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A38056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38056 is #5C7FA9. Grayscale: #858585. Windows color (decimal): -6061994 or 5669027. OLE color: 5669027.

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

Color convert

RGB16312886-
CMYK00.210.470.36
HSL32.73º30.92%48.82%-
HSV(B)32.73º47.24%63.92%-
XYZ24.523.912.13-
YUV133.68101.1148.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 128 (50.39% from 255) = 33.95%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=43.24%
G=33.95%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631288600.210.470.3632.7330.9248.82
HexA380560152F24211f31
Octal2432001260255744413761
Binary1010001110000000101011001010110111110010010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38056; }

 p { color: rgb(163,128,86); }

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

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

 a { background-color: rgb(163,128,86); }

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

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

 span { border-color: rgb(163,128,86); }

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