Html Css Color HEX #A07847 Muesli

📋 copy color: '#A07847'

red 160 ◦ green 120 ◦ blue 71

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

Shades of Muesli #A07847

Tints of Muesli #A07847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.23%

R = 45.58%
G = 34.19%
B = 20.23%

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

#A07847 (or 0xA07847) is known color: Muesli. HEX triplet: A0, 78 and 47. RGB value is (160,120,71). Sum of RGB (Red+Green+Blue) = 160+120+71=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A07847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07847 is #5F87B8. Grayscale: #7E7E7E. Windows color (decimal): -6260665 or 4683936. OLE color: 4683936.

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

Color convert

RGB 160 120 71 -
CMYK 0 0.25 0.56 0.37
HSL 33.03º 0.39% 0.45% -
HSV(B) 33.03º 0.56% 0.63% -
XYZ 22.35 21.36 8.91 -
YUV 126.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 160 120 71 0 0.25 0.56 0.37 33.03 0.39 0.45
Hex A0 78 47 0 19 38 25 21 27 2D
Octal 240 170 107 0 31 70 45 41 47 55
Binary 10100000 1111000 1000111 0 11001 111000 100101 100001 100111 101101

Color Harmonies of #A07847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07847

Black with #A07847

Text Example


Text Example

White with #A07847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07847; }

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

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

background-color css

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

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

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

border-color css

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

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

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