#a48258

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

Shades of Muesli #A48258

Tints of Muesli #A48258

Color information

#A48258 (or 0xA48258) is unknown color: approx Muesli. HEX triplet: A4, 82 and 58. RGB value is (164,130,88). Sum of RGB (Red+Green+Blue) = 164+130+88=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 88 (34.77% from 255 or 23.04% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48258 is #5B7DA7. Grayscale: #878787. Windows color (decimal): -5995944 or 5800612. OLE color: 5800612.

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

Color convert

RGB16413088-
CMYK00.210.460.36
HSL33.16º30.16%49.41%-
HSV(B)33.16º46.34%64.31%-
XYZ25.0524.5612.65-
YUV135.38101.26148.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 88 (34.77% from 255) = 23.04%
R=42.93%
G=34.03%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641308800.210.460.3633.1630.1649.41
HexA482580152E24211e31
Octal2442021300255644413661
Binary1010010010000010101100001010110111010010010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a48258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a48258; }

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

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

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

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

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

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

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

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