Html Css Color HEX #A0804F Muesli

📋 copy color: '#A0804F'

red 160 ◦ green 128 ◦ blue 79

#A0804F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muesli #A0804F

Tints of Muesli #A0804F

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 43.6%
G = 34.88%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0804F (or 0xA0804F) is known color: Muesli. HEX triplet: A0, 80 and 4F. RGB value is (160,128,79). Sum of RGB (Red+Green+Blue) = 160+128+79=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0804F is #5F7FB0. Grayscale: #848484. Windows color (decimal): -6258609 or 5210272. OLE color: 5210272.

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

Color convert

RGB 160 128 79 -
CMYK 0 0.20 0.51 0.37
HSL 36.3º 0.34% 0.47% -
HSV(B) 36.3º 0.51% 0.63% -
XYZ 23.63 23.48 10.68 -
YUV 131.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 160 128 79 0 0.20 0.51 0.37 36.3 0.34 0.47
Hex A0 80 4F 0 14 33 25 24 22 2F
Octal 240 200 117 0 24 63 45 44 42 57
Binary 10100000 10000000 1001111 0 10100 110011 100101 100100 100010 101111

Color Harmonies of #A0804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0804F

Black with #A0804F

Text Example


Text Example

White with #A0804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0804F; }

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

 H1.HeaderClassName
 {
   color: #A0804F;
 }
 .AnyTagClassName
 {
   color: #A0804F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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