#A08048

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

Shades of Muesli #A08048

Tints of Muesli #A08048

Color information

#A08048 (or 0xA08048) is unknown color: approx Muesli. HEX triplet: A0, 80 and 48. RGB value is (160,128,72). Sum of RGB (Red+Green+Blue) = 160+128+72=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A08048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08048 is #5F7FB7. Grayscale: #838383. Windows color (decimal): -6258616 or 4751520. OLE color: 4751520.

HSL color Cylindrical-coordinate representation of color #A08048: hue angle of 38.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A08048 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16012872-
CMYK00.200.550.37
HSL38.18º37.93%45.49%-
HSV(B)38.18º55%62.75%-
XYZ23.3923.389.41-
YUV131.1894.6148.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 72 (28.52% from 255) = 20%
R=44.44%
G=35.56%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601287200.200.550.3738.1837.9345.49
HexA08048014372526262d
Octal2402001100246745464655
Binary10100000100000001001000010100110111100101100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08048; }

 p { color: rgb(160,128,72); }

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

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

 a { background-color: rgb(160,128,72); }

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

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

 span { border-color: rgb(160,128,72); }

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