Html Css Color HEX #A07940 Muesli

📋 copy color: '#A07940'

red 160 ◦ green 121 ◦ blue 64

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

Shades of Muesli #A07940

Tints of Muesli #A07940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.55%

R = 46.38%
G = 35.07%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A07940 (or 0xA07940) is known color: Muesli. HEX triplet: A0, 79 and 40. RGB value is (160,121,64). Sum of RGB (Red+Green+Blue) = 160+121+64=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07940 is #5F86BF. Grayscale: #7E7E7E. Windows color (decimal): -6260416 or 4225440. OLE color: 4225440.

HSL color Cylindrical-coordinate representation of color #A07940: hue angle of 35.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A07940 is Cyan = 0, Magento = 0.24, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 64 -
CMYK 0 0.24 0.6 0.37
HSL 35.63º 0.43% 0.44% -
HSV(B) 35.63º 0.6% 0.63% -
XYZ 22.26 21.52 7.83 -
YUV 126.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 160 121 64 0 0.24 0.6 0.37 35.63 0.43 0.44
Hex A0 79 40 0 18 3C 25 24 2B 2C
Octal 240 171 100 0 30 74 45 44 53 54
Binary 10100000 1111001 1000000 0 11000 111100 100101 100100 101011 101100

Color Harmonies of #A07940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07940

Black with #A07940

Text Example


Text Example

White with #A07940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07940; }

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

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

background-color css

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

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

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

border-color css

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

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

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