Html Css Color HEX #A07742 Muesli

📋 copy color: '#A07742'

red 160 ◦ green 119 ◦ blue 66

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

Shades of Muesli #A07742

Tints of Muesli #A07742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 46.38%
G = 34.49%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07742 (or 0xA07742) is known color: Muesli. HEX triplet: A0, 77 and 42. RGB value is (160,119,66). Sum of RGB (Red+Green+Blue) = 160+119+66=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07742 is #5F88BD. Grayscale: #7D7D7D. Windows color (decimal): -6260926 or 4356000. OLE color: 4356000.

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

Color convert

RGB 160 119 66 -
CMYK 0 0.26 0.59 0.37
HSL 33.83º 0.42% 0.44% -
HSV(B) 33.83º 0.59% 0.63% -
XYZ 22.08 21.06 8.06 -
YUV 125.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 160 119 66 0 0.26 0.59 0.37 33.83 0.42 0.44
Hex A0 77 42 0 1A 3B 25 22 2A 2C
Octal 240 167 102 0 32 73 45 42 52 54
Binary 10100000 1110111 1000010 0 11010 111011 100101 100010 101010 101100

Color Harmonies of #A07742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07742

Black with #A07742

Text Example


Text Example

White with #A07742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07742; }

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

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

background-color css

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

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

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

border-color css

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

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

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