#A38457

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

Shades of Muesli #A38457

Tints of Muesli #A38457

Color information

#A38457 (or 0xA38457) is unknown color: approx Muesli. HEX triplet: A3, 84 and 57. RGB value is (163,132,87). Sum of RGB (Red+Green+Blue) = 163+132+87=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A38457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38457 is #5C7BA8. Grayscale: #888888. Windows color (decimal): -6060969 or 5735587. OLE color: 5735587.

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

Color convert

RGB16313287-
CMYK00.190.470.36
HSL35.53º30.4%49.02%-
HSV(B)35.53º46.63%63.92%-
XYZ25.0824.9812.52-
YUV136.14100.27147.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.67%
GREEN value IS 132 (51.95% from 255) = 34.55%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=42.67%
G=34.55%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631328700.190.470.3635.5330.449.02
HexA384570132F24241e31
Octal2432041270235744443661
Binary1010001110000100101011101001110111110010010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38457; }

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

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

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

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

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

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

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

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