Html Css Color HEX #A07846 Muesli

📋 copy color: '#A07846'

red 160 ◦ green 120 ◦ blue 70

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

Shades of Muesli #A07846

Tints of Muesli #A07846

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.29%

 BLUE value IS 70 (27.73% from 255) = 20%

R = 45.71%
G = 34.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07846 (or 0xA07846) is known color: Muesli. HEX triplet: A0, 78 and 46. RGB value is (160,120,70). Sum of RGB (Red+Green+Blue) = 160+120+70=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A07846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07846 is #5F87B9. Grayscale: #7E7E7E. Windows color (decimal): -6260666 or 4618400. OLE color: 4618400.

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

Color convert

RGB 160 120 70 -
CMYK 0 0.25 0.56 0.37
HSL 33.33º 0.39% 0.45% -
HSV(B) 33.33º 0.56% 0.63% -
XYZ 22.32 21.35 8.74 -
YUV 126.26 96.25 152.07 -
System Red Green Blue C M Y K H S L
Decimal 160 120 70 0 0.25 0.56 0.37 33.33 0.39 0.45
Hex A0 78 46 0 19 38 25 21 27 2D
Octal 240 170 106 0 31 70 45 41 47 55
Binary 10100000 1111000 1000110 0 11001 111000 100101 100001 100111 101101

Color Harmonies of #A07846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07846

Black with #A07846

Text Example


Text Example

White with #A07846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07846; }

 p { color: rgb(160,120,70); }

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

background-color css

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

 a { background-color: rgb(160,120,70); }

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

border-color css

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

 span { border-color: rgb(160,120,70); }

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