#A28250

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

Shades of Muesli #A28250

Tints of Muesli #A28250

Color information

#A28250 (or 0xA28250) is unknown color: approx Muesli. HEX triplet: A2, 82 and 50. RGB value is (162,130,80). Sum of RGB (Red+Green+Blue) = 162+130+80=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28250 is #5D7DAF. Grayscale: #868686. Windows color (decimal): -6127024 or 5276322. OLE color: 5276322.

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

Color convert

RGB16213080-
CMYK00.200.510.36
HSL36.59º33.88%47.45%-
HSV(B)36.59º50.62%63.53%-
XYZ24.3324.2310.98-
YUV133.8797.6148.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=43.55%
G=34.95%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621308000.200.510.3636.5933.8847.45
HexA28250014332425222f
Octal2422021200246344454257
Binary10100010100000101010000010100110011100100100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28250; }

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

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

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

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

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

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

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

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