#A28251

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

Shades of Muesli #A28251

Tints of Muesli #A28251

Color information

#A28251 (or 0xA28251) is unknown color: approx Muesli. HEX triplet: A2, 82 and 51. RGB value is (162,130,81). Sum of RGB (Red+Green+Blue) = 162+130+81=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A28251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28251 is #5D7DAE. Grayscale: #868686. Windows color (decimal): -6127023 or 5341858. OLE color: 5341858.

HSL color Cylindrical-coordinate representation of color #A28251: hue angle of 36.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A28251 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16213081-
CMYK00.200.500.36
HSL36.3º33.33%47.65%-
HSV(B)36.3º50%63.53%-
XYZ24.3724.2411.18-
YUV133.9898.1147.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 130 (51.17% from 255) = 34.85%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=43.43%
G=34.85%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621308100.200.500.3636.333.3347.65
HexA282510143224242130
Octal2422021210246244444160
Binary10100010100000101010001010100110010100100100100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28251; }

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

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

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

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

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

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

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

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