#A28059

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

Shades of Muesli #A28059

Tints of Muesli #A28059

Color information

#A28059 (or 0xA28059) is unknown color: approx Muesli. HEX triplet: A2, 80 and 59. RGB value is (162,128,89). Sum of RGB (Red+Green+Blue) = 162+128+89=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A28059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28059 is #5D7FA6. Grayscale: #858585. Windows color (decimal): -6127527 or 5865634. OLE color: 5865634.

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

Color convert

RGB16212889-
CMYK00.210.450.36
HSL32.05º29.08%49.22%-
HSV(B)32.05º45.06%63.53%-
XYZ24.4223.8412.77-
YUV133.72102.76148.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=42.74%
G=33.77%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621288900.210.450.3632.0529.0849.22
HexA280590152D24201d31
Octal2422001310255544403561
Binary1010001010000000101100101010110110110010010000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28059; }

 p { color: rgb(162,128,89); }

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

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

 a { background-color: rgb(162,128,89); }

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

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

 span { border-color: rgb(162,128,89); }

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