Html Css Color HEX #A07944 Muesli

📋 copy color: '#A07944'

red 160 ◦ green 121 ◦ blue 68

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

Shades of Muesli #A07944

Tints of Muesli #A07944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.48%

R = 45.85%
G = 34.67%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A07944 (or 0xA07944) is known color: Muesli. HEX triplet: A0, 79 and 44. RGB value is (160,121,68). Sum of RGB (Red+Green+Blue) = 160+121+68=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07944 is #5F86BB. Grayscale: #7E7E7E. Windows color (decimal): -6260412 or 4487584. OLE color: 4487584.

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

Color convert

RGB 160 121 68 -
CMYK 0 0.24 0.57 0.37
HSL 34.57º 0.4% 0.45% -
HSV(B) 34.57º 0.58% 0.63% -
XYZ 22.38 21.57 8.45 -
YUV 126.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 160 121 68 0 0.24 0.57 0.37 34.57 0.4 0.45
Hex A0 79 44 0 18 39 25 23 28 2D
Octal 240 171 104 0 30 71 45 43 50 55
Binary 10100000 1111001 1000100 0 11000 111001 100101 100011 101000 101101

Color Harmonies of #A07944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07944

Black with #A07944

Text Example


Text Example

White with #A07944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07944; }

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

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

background-color css

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

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

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

border-color css

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

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

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