Html Css Color HEX #A07949 Muesli

📋 copy color: '#A07949'

red 160 ◦ green 121 ◦ blue 73

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

Shades of Muesli #A07949

Tints of Muesli #A07949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 45.2%
G = 34.18%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07949 (or 0xA07949) is known color: Muesli. HEX triplet: A0, 79 and 49. RGB value is (160,121,73). Sum of RGB (Red+Green+Blue) = 160+121+73=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A07949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07949 is #5F86B6. Grayscale: #7F7F7F. Windows color (decimal): -6260407 or 4815264. OLE color: 4815264.

HSL color Cylindrical-coordinate representation of color #A07949: hue angle of 33.1º 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 #A07949 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 73 -
CMYK 0 0.24 0.54 0.37
HSL 33.1º 0.37% 0.46% -
HSV(B) 33.1º 0.54% 0.63% -
XYZ 22.54 21.63 9.29 -
YUV 127.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 160 121 73 0 0.24 0.54 0.37 33.1 0.37 0.46
Hex A0 79 49 0 18 36 25 21 25 2E
Octal 240 171 111 0 30 66 45 41 45 56
Binary 10100000 1111001 1001001 0 11000 110110 100101 100001 100101 101110

Color Harmonies of #A07949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07949

Black with #A07949

Text Example


Text Example

White with #A07949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07949; }

 p { color: rgb(160,121,73); }

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

background-color css

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

 a { background-color: rgb(160,121,73); }

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

border-color css

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

 span { border-color: rgb(160,121,73); }

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