#A48255

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

Shades of Muesli #A48255

Tints of Muesli #A48255

Color information

#A48255 (or 0xA48255) is unknown color: approx Muesli. HEX triplet: A4, 82 and 55. RGB value is (164,130,85). Sum of RGB (Red+Green+Blue) = 164+130+85=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A48255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48255 is #5B7DAA. Grayscale: #878787. Windows color (decimal): -5995947 or 5604004. OLE color: 5604004.

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

Color convert

RGB16413085-
CMYK00.210.480.36
HSL34.18º31.73%48.82%-
HSV(B)34.18º48.17%64.31%-
XYZ24.9324.5112.01-
YUV135.0499.76148.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=43.27%
G=34.30%
B=22.43%

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
Decimal1641308500.210.480.3634.1831.7348.82
HexA482550153024222031
Octal2442021250256044424061
Binary10100100100000101010101010101110000100100100010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48255; }

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

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

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

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

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

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

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

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