Html Css Color HEX #A07D51 Muesli

📋 copy color: '#A07D51'

red 160 ◦ green 125 ◦ blue 81

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

Shades of Muesli #A07D51

Tints of Muesli #A07D51

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.15%

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

R = 43.72%
G = 34.15%
B = 22.13%

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

#A07D51 (or 0xA07D51) is known color: Muesli. HEX triplet: A0, 7D and 51. RGB value is (160,125,81). Sum of RGB (Red+Green+Blue) = 160+125+81=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D51 is #5F82AE. Grayscale: #828282. Windows color (decimal): -6259375 or 5340576. OLE color: 5340576.

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

Color convert

RGB 160 125 81 -
CMYK 0 0.22 0.49 0.37
HSL 33.42º 0.33% 0.47% -
HSV(B) 33.42º 0.49% 0.63% -
XYZ 23.32 22.73 10.94 -
YUV 130.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 160 125 81 0 0.22 0.49 0.37 33.42 0.33 0.47
Hex A0 7D 51 0 16 31 25 21 21 2F
Octal 240 175 121 0 26 61 45 41 41 57
Binary 10100000 1111101 1010001 0 10110 110001 100101 100001 100001 101111

Color Harmonies of #A07D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07D51

Black with #A07D51

Text Example


Text Example

White with #A07D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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