Html Css Color HEX #A07F51 Muesli

📋 copy color: '#A07F51'

red 160 ◦ green 127 ◦ blue 81

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

Shades of Muesli #A07F51

Tints of Muesli #A07F51

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

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

R = 43.48%
G = 34.51%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07F51 (or 0xA07F51) is known color: Muesli. HEX triplet: A0, 7F and 51. RGB value is (160,127,81). Sum of RGB (Red+Green+Blue) = 160+127+81=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F51 is #5F80AE. Grayscale: #838383. Windows color (decimal): -6258863 or 5341088. OLE color: 5341088.

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

Color convert

RGB 160 127 81 -
CMYK 0 0.21 0.49 0.37
HSL 34.94º 0.33% 0.47% -
HSV(B) 34.94º 0.49% 0.63% -
XYZ 23.57 23.25 11.03 -
YUV 131.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 160 127 81 0 0.21 0.49 0.37 34.94 0.33 0.47
Hex A0 7F 51 0 15 31 25 23 21 2F
Octal 240 177 121 0 25 61 45 43 41 57
Binary 10100000 1111111 1010001 0 10101 110001 100101 100011 100001 101111

Color Harmonies of #A07F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07F51

Black with #A07F51

Text Example


Text Example

White with #A07F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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