#A48155

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

Shades of Muesli #A48155

Tints of Muesli #A48155

Color information

#A48155 (or 0xA48155) is unknown color: approx Muesli. HEX triplet: A4, 81 and 55. RGB value is (164,129,85). Sum of RGB (Red+Green+Blue) = 164+129+85=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A48155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48155 is #5B7EAA. Grayscale: #868686. Windows color (decimal): -5996203 or 5603748. OLE color: 5603748.

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

Color convert

RGB16412985-
CMYK00.210.480.36
HSL33.42º31.73%48.82%-
HSV(B)33.42º48.17%64.31%-
XYZ24.824.2511.97-
YUV134.45100.1149.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 85 (33.59% from 255) = 22.49%
R=43.39%
G=34.13%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641298500.210.480.3633.4231.7348.82
HexA481550153024212031
Octal2442011250256044414061
Binary10100100100000011010101010101110000100100100001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48155; }

 p { color: rgb(164,129,85); }

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

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

 a { background-color: rgb(164,129,85); }

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

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

 span { border-color: rgb(164,129,85); }

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