Html Css Color HEX #A0804B Muesli

📋 copy color: '#A0804B'

red 160 ◦ green 128 ◦ blue 75

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

Shades of Muesli #A0804B

Tints of Muesli #A0804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 44.08%
G = 35.26%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0804B (or 0xA0804B) is known color: Muesli. HEX triplet: A0, 80 and 4B. RGB value is (160,128,75). Sum of RGB (Red+Green+Blue) = 160+128+75=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A0804B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0804B is #5F7FB4. Grayscale: #838383. Windows color (decimal): -6258613 or 4948128. OLE color: 4948128.

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

Color convert

RGB 160 128 75 -
CMYK 0 0.20 0.53 0.37
HSL 37.41º 0.36% 0.46% -
HSV(B) 37.41º 0.53% 0.63% -
XYZ 23.49 23.42 9.94 -
YUV 131.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 160 128 75 0 0.20 0.53 0.37 37.41 0.36 0.46
Hex A0 80 4B 0 14 35 25 25 24 2E
Octal 240 200 113 0 24 65 45 45 44 56
Binary 10100000 10000000 1001011 0 10100 110101 100101 100101 100100 101110

Color Harmonies of #A0804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0804B

Black with #A0804B

Text Example


Text Example

White with #A0804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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