#A08250

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

Shades of Muesli #A08250

Tints of Muesli #A08250

Color information

#A08250 (or 0xA08250) is unknown color: approx Muesli. HEX triplet: A0, 82 and 50. RGB value is (160,130,80). Sum of RGB (Red+Green+Blue) = 160+130+80=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A08250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08250 is #5F7DAF. Grayscale: #858585. Windows color (decimal): -6258096 or 5276320. OLE color: 5276320.

HSL color Cylindrical-coordinate representation of color #A08250: hue angle of 37.5º degrees, saturation: 0.33, 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 #A08250 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB16013080-
CMYK00.190.50.37
HSL37.5º33.33%47.06%-
HSV(B)37.5º50%62.75%-
XYZ23.9324.0210.96-
YUV133.2797.94147.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 130 (51.17% from 255) = 35.14%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=43.24%
G=35.14%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601308000.190.50.3737.533.3347.06
HexA08250013322526212f
Octal2402021200236245464157
Binary10100000100000101010000010011110010100101100110100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08250; }

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

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

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

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

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

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

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

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