#A38354

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

Shades of Muesli #A38354

Tints of Muesli #A38354

Color information

#A38354 (or 0xA38354) is unknown color: approx Muesli. HEX triplet: A3, 83 and 54. RGB value is (163,131,84). Sum of RGB (Red+Green+Blue) = 163+131+84=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A38354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38354 is #5C7CAB. Grayscale: #878787. Windows color (decimal): -6061228 or 5538723. OLE color: 5538723.

HSL color Cylindrical-coordinate representation of color #A38354: hue angle of 35.7º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A38354 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16313184-
CMYK00.200.480.36
HSL35.7º31.98%48.43%-
HSV(B)35.7º48.47%63.92%-
XYZ24.8224.6611.84-
YUV135.2199.1147.82-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 84 (33.20% from 255) = 22.22%
R=43.12%
G=34.66%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631318400.200.480.3635.731.9848.43
HexA383540143024242030
Octal2432031240246044444060
Binary10100011100000111010100010100110000100100100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38354; }

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

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

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

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

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

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

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

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