#A48054

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

Shades of Muesli #A48054

Tints of Muesli #A48054

Color information

#A48054 (or 0xA48054) is unknown color: approx Muesli. HEX triplet: A4, 80 and 54. RGB value is (164,128,84). Sum of RGB (Red+Green+Blue) = 164+128+84=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48054 is #5B7FAB. Grayscale: #858585. Windows color (decimal): -5996460 or 5537956. OLE color: 5537956.

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

Color convert

RGB16412884-
CMYK00.220.490.36
HSL33º32.26%48.63%-
HSV(B)33º48.78%64.31%-
XYZ24.6323.9711.72-
YUV133.7599.93149.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 84 (33.20% from 255) = 22.34%
R=43.62%
G=34.04%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641288400.220.490.363332.2648.63
HexA480540163124212031
Octal2442001240266144414061
Binary10100100100000001010100010110110001100100100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48054; }

 p { color: rgb(164,128,84); }

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

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

 a { background-color: rgb(164,128,84); }

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

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

 span { border-color: rgb(164,128,84); }

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