Html Css Color HEX #A07942 Muesli

📋 copy color: '#A07942'

red 160 ◦ green 121 ◦ blue 66

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

Shades of Muesli #A07942

Tints of Muesli #A07942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.02%

R = 46.11%
G = 34.87%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07942 (or 0xA07942) is known color: Muesli. HEX triplet: A0, 79 and 42. RGB value is (160,121,66). Sum of RGB (Red+Green+Blue) = 160+121+66=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A07942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07942 is #5F86BD. Grayscale: #7E7E7E. Windows color (decimal): -6260414 or 4356512. OLE color: 4356512.

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

Color convert

RGB 160 121 66 -
CMYK 0 0.24 0.59 0.37
HSL 35.11º 0.42% 0.44% -
HSV(B) 35.11º 0.59% 0.63% -
XYZ 22.32 21.54 8.14 -
YUV 126.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 160 121 66 0 0.24 0.59 0.37 35.11 0.42 0.44
Hex A0 79 42 0 18 3B 25 23 2A 2C
Octal 240 171 102 0 30 73 45 43 52 54
Binary 10100000 1111001 1000010 0 11000 111011 100101 100011 101010 101100

Color Harmonies of #A07942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07942

Black with #A07942

Text Example


Text Example

White with #A07942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07942; }

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

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

background-color css

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

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

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

border-color css

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

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

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