Html Css Color HEX #A07B49 Muesli

📋 copy color: '#A07B49'

red 160 ◦ green 123 ◦ blue 73

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

Shades of Muesli #A07B49

Tints of Muesli #A07B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 44.94%
G = 34.55%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07B49 (or 0xA07B49) is known color: Muesli. HEX triplet: A0, 7B and 49. RGB value is (160,123,73). Sum of RGB (Red+Green+Blue) = 160+123+73=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B49 is #5F84B6. Grayscale: #808080. Windows color (decimal): -6259895 or 4815776. OLE color: 4815776.

HSL color Cylindrical-coordinate representation of color #A07B49: hue angle of 34.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A07B49 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 123 73 -
CMYK 0 0.23 0.54 0.37
HSL 34.48º 0.37% 0.46% -
HSV(B) 34.48º 0.54% 0.63% -
XYZ 22.78 22.12 9.37 -
YUV 128.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 160 123 73 0 0.23 0.54 0.37 34.48 0.37 0.46
Hex A0 7B 49 0 17 36 25 22 25 2E
Octal 240 173 111 0 27 66 45 42 45 56
Binary 10100000 1111011 1001001 0 10111 110110 100101 100010 100101 101110

Color Harmonies of #A07B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B49

Black with #A07B49

Text Example


Text Example

White with #A07B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B49; }

 p { color: rgb(160,123,73); }

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

background-color css

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

 a { background-color: rgb(160,123,73); }

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

border-color css

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

 span { border-color: rgb(160,123,73); }

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