#A48051

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

Shades of Muesli #A48051

Tints of Muesli #A48051

Color information

#A48051 (or 0xA48051) is unknown color: approx Muesli. HEX triplet: A4, 80 and 51. RGB value is (164,128,81). Sum of RGB (Red+Green+Blue) = 164+128+81=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A48051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48051 is #5B7FAE. Grayscale: #858585. Windows color (decimal): -5996463 or 5341348. OLE color: 5341348.

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

Color convert

RGB16412881-
CMYK00.220.510.36
HSL33.98º33.88%48.04%-
HSV(B)33.98º50.61%64.31%-
XYZ24.5123.9211.11-
YUV133.4198.43149.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 128 (50.39% from 255) = 34.32%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=43.97%
G=34.32%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641288100.220.510.3633.9833.8848.04
HexA480510163324222230
Octal2442001210266344424260
Binary10100100100000001010001010110110011100100100010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48051; }

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

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

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

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

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

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

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

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