#A18250

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

Shades of Muesli #A18250

Tints of Muesli #A18250

Color information

#A18250 (or 0xA18250) is unknown color: approx Muesli. HEX triplet: A1, 82 and 50. RGB value is (161,130,80). Sum of RGB (Red+Green+Blue) = 161+130+80=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18250 is #5E7DAF. Grayscale: #858585. Windows color (decimal): -6192560 or 5276321. OLE color: 5276321.

HSL color Cylindrical-coordinate representation of color #A18250: hue angle of 37.04º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A18250 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16113080-
CMYK00.190.500.37
HSL37.04º33.61%47.25%-
HSV(B)37.04º50.31%63.14%-
XYZ24.1324.1210.97-
YUV133.5797.77147.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=43.40%
G=35.04%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611308000.190.500.3737.0433.6147.25
HexA18250013322525222f
Octal2412021200236245454257
Binary10100001100000101010000010011110010100101100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18250; }

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

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

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

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

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

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

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

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