#A28259

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

Shades of Muesli #A28259

Tints of Muesli #A28259

Color information

#A28259 (or 0xA28259) is unknown color: approx Muesli. HEX triplet: A2, 82 and 59. RGB value is (162,130,89). Sum of RGB (Red+Green+Blue) = 162+130+89=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A28259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28259 is #5D7DA6. Grayscale: #878787. Windows color (decimal): -6127015 or 5866146. OLE color: 5866146.

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

Color convert

RGB16213089-
CMYK00.200.450.36
HSL33.7º29.08%49.22%-
HSV(B)33.7º45.06%63.53%-
XYZ24.6924.3712.85-
YUV134.89102.1147.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 130 (51.17% from 255) = 34.12%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=42.52%
G=34.12%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621308900.200.450.3633.729.0849.22
HexA282590142D24221d31
Octal2422021310245544423561
Binary1010001010000010101100101010010110110010010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28259; }

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

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

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

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

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

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

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

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