#A38356

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

Shades of Muesli #A38356

Tints of Muesli #A38356

Color information

#A38356 (or 0xA38356) is unknown color: approx Muesli. HEX triplet: A3, 83 and 56. RGB value is (163,131,86). Sum of RGB (Red+Green+Blue) = 163+131+86=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A38356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38356 is #5C7CA9. Grayscale: #878787. Windows color (decimal): -6061226 or 5669795. OLE color: 5669795.

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

Color convert

RGB16313186-
CMYK00.200.470.36
HSL35.06º30.92%48.82%-
HSV(B)35.06º47.24%63.92%-
XYZ24.924.6912.26-
YUV135.44100.1147.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 86 (33.98% from 255) = 22.63%
R=42.89%
G=34.47%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631318600.200.470.3635.0630.9248.82
HexA383560142F24231f31
Octal2432031260245744433761
Binary1010001110000011101011001010010111110010010001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38356; }

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

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

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

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

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

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

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

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