Html Css Color HEX #A07544 Muesli

📋 copy color: '#A07544'

red 160 ◦ green 117 ◦ blue 68

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

Shades of Muesli #A07544

Tints of Muesli #A07544

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 46.38%
G = 33.91%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A07544 (or 0xA07544) is known color: Muesli. HEX triplet: A0, 75 and 44. RGB value is (160,117,68). Sum of RGB (Red+Green+Blue) = 160+117+68=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A07544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07544 is #5F8ABB. Grayscale: #7C7C7C. Windows color (decimal): -6261436 or 4486560. OLE color: 4486560.

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

Color convert

RGB 160 117 68 -
CMYK 0 0.27 0.57 0.37
HSL 31.96º 0.4% 0.45% -
HSV(B) 31.96º 0.58% 0.63% -
XYZ 21.9 20.61 8.29 -
YUV 124.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 160 117 68 0 0.27 0.57 0.37 31.96 0.4 0.45
Hex A0 75 44 0 1B 39 25 20 28 2D
Octal 240 165 104 0 33 71 45 40 50 55
Binary 10100000 1110101 1000100 0 11011 111001 100101 100000 101000 101101

Color Harmonies of #A07544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07544

Black with #A07544

Text Example


Text Example

White with #A07544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07544; }

 p { color: rgb(160,117,68); }

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

background-color css

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

 a { background-color: rgb(160,117,68); }

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

border-color css

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

 span { border-color: rgb(160,117,68); }

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