Html Css Color HEX #A07C42 Muesli

📋 copy color: '#A07C42'

red 160 ◦ green 124 ◦ blue 66

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

Shades of Muesli #A07C42

Tints of Muesli #A07C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

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

R = 45.71%
G = 35.43%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A07C42 (or 0xA07C42) is known color: Muesli. HEX triplet: A0, 7C and 42. RGB value is (160,124,66). Sum of RGB (Red+Green+Blue) = 160+124+66=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C42 is #5F83BD. Grayscale: #808080. Windows color (decimal): -6259646 or 4357280. OLE color: 4357280.

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

Color convert

RGB 160 124 66 -
CMYK 0 0.22 0.59 0.37
HSL 37.02º 0.42% 0.44% -
HSV(B) 37.02º 0.59% 0.63% -
XYZ 22.69 22.28 8.26 -
YUV 128.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 160 124 66 0 0.22 0.59 0.37 37.02 0.42 0.44
Hex A0 7C 42 0 16 3B 25 25 2A 2C
Octal 240 174 102 0 26 73 45 45 52 54
Binary 10100000 1111100 1000010 0 10110 111011 100101 100101 101010 101100

Color Harmonies of #A07C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C42

Black with #A07C42

Text Example


Text Example

White with #A07C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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