#A0804A

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

Shades of Muesli #A0804A

Tints of Muesli #A0804A

Color information

#A0804A (or 0xA0804A) is unknown color: approx Muesli. HEX triplet: A0, 80 and 4A. RGB value is (160,128,74). Sum of RGB (Red+Green+Blue) = 160+128+74=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0804A is #5F7FB5. Grayscale: #838383. Windows color (decimal): -6258614 or 4882592. OLE color: 4882592.

HSL color Cylindrical-coordinate representation of color #A0804A: hue angle of 37.67º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0804A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16012874-
CMYK00.200.540.37
HSL37.67º36.75%45.88%-
HSV(B)37.67º53.75%62.75%-
XYZ23.4523.419.76-
YUV131.4195.6148.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=44.20%
G=35.36%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601287400.200.540.3737.6736.7545.88
HexA0804A014362526252e
Octal2402001120246645464556
Binary10100000100000001001010010100110110100101100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0804A; }

 p { color: rgb(160,128,74); }

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

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

 a { background-color: rgb(160,128,74); }

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

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

 span { border-color: rgb(160,128,74); }

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