Html Css Color HEX #A07C51 Muesli

📋 copy color: '#A07C51'

red 160 ◦ green 124 ◦ blue 81

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

Shades of Muesli #A07C51

Tints of Muesli #A07C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 43.84%
G = 33.97%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07C51 (or 0xA07C51) is known color: Muesli. HEX triplet: A0, 7C and 51. RGB value is (160,124,81). Sum of RGB (Red+Green+Blue) = 160+124+81=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C51 is #5F83AE. Grayscale: #828282. Windows color (decimal): -6259631 or 5340320. OLE color: 5340320.

HSL color Cylindrical-coordinate representation of color #A07C51: hue angle of 32.66º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07C51 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 124 81 -
CMYK 0 0.22 0.49 0.37
HSL 32.66º 0.33% 0.47% -
HSV(B) 32.66º 0.49% 0.63% -
XYZ 23.19 22.48 10.9 -
YUV 129.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 160 124 81 0 0.22 0.49 0.37 32.66 0.33 0.47
Hex A0 7C 51 0 16 31 25 21 21 2F
Octal 240 174 121 0 26 61 45 41 41 57
Binary 10100000 1111100 1010001 0 10110 110001 100101 100001 100001 101111

Color Harmonies of #A07C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07C51

Black with #A07C51

Text Example


Text Example

White with #A07C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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