#A38156

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

Shades of Muesli #A38156

Tints of Muesli #A38156

Color information

#A38156 (or 0xA38156) is unknown color: approx Muesli. HEX triplet: A3, 81 and 56. RGB value is (163,129,86). Sum of RGB (Red+Green+Blue) = 163+129+86=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A38156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38156 is #5C7EA9. Grayscale: #868686. Windows color (decimal): -6061738 or 5669283. OLE color: 5669283.

HSL color Cylindrical-coordinate representation of color #A38156: hue angle of 33.51º 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 #A38156 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16312986-
CMYK00.210.470.36
HSL33.51º30.92%48.82%-
HSV(B)33.51º47.24%63.92%-
XYZ24.6324.1612.17-
YUV134.26100.76148.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=43.12%
G=34.13%
B=22.75%

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
Decimal1631298600.210.470.3633.5130.9248.82
HexA381560152F24221f31
Octal2432011260255744423761
Binary1010001110000001101011001010110111110010010001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38156; }

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

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

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

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

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

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

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

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