Html Css Color HEX #A0804A Muesli

📋 copy color: '#A0804A'

red 160 ◦ green 128 ◦ blue 74

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

Shades of Muesli #A0804A

Tints of Muesli #A0804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.44%

R = 44.2%
G = 35.36%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0804A (or 0xA0804A) is known color: 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

RGB 160 128 74 -
CMYK 0 0.20 0.54 0.37
HSL 37.67º 0.37% 0.46% -
HSV(B) 37.67º 0.54% 0.63% -
XYZ 23.45 23.41 9.76 -
YUV 131.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 160 128 74 0 0.20 0.54 0.37 37.67 0.37 0.46
Hex A0 80 4A 0 14 36 25 26 25 2E
Octal 240 200 112 0 24 66 45 46 45 56
Binary 10100000 10000000 1001010 0 10100 110110 100101 100110 100101 101110

Color Harmonies of #A0804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0804A

Black with #A0804A

Text Example


Text Example

White with #A0804A

Text Example


Text Example

HTML Codes & Css Web 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>