#A38157

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

Shades of Muesli #A38157

Tints of Muesli #A38157

Color information

#A38157 (or 0xA38157) is unknown color: approx Muesli. HEX triplet: A3, 81 and 57. RGB value is (163,129,87). Sum of RGB (Red+Green+Blue) = 163+129+87=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A38157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38157 is #5C7EA8. Grayscale: #868686. Windows color (decimal): -6061737 or 5734819. OLE color: 5734819.

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

Color convert

RGB16312987-
CMYK00.210.470.36
HSL33.16º30.4%49.02%-
HSV(B)33.16º46.63%63.92%-
XYZ24.6724.1812.38-
YUV134.38101.26148.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.01%
GREEN value IS 129 (50.78% from 255) = 34.04%
BLUE value IS 87 (34.38% from 255) = 22.96%
R=43.01%
G=34.04%
B=22.96%

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
Decimal1631298700.210.470.3633.1630.449.02
HexA381570152F24211e31
Octal2432011270255744413661
Binary1010001110000001101011101010110111110010010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38157; }

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

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

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

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

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

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

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

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