#A37F55

Color #A37F55 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #A37F55

Tints of Muesli #A37F55

Color information

#A37F55 (or 0xA37F55) is unknown color: approx Muesli. HEX triplet: A3, 7F and 55. RGB value is (163,127,85). Sum of RGB (Red+Green+Blue) = 163+127+85=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 127 (50% from 255 or 33.87% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F55 is #5C80AA. Grayscale: #858585. Windows color (decimal): -6062251 or 5603235. OLE color: 5603235.

HSL color Cylindrical-coordinate representation of color #A37F55: hue angle of 32.31º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37F55 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16312785-
CMYK00.220.480.36
HSL32.31º31.45%48.63%-
HSV(B)32.31º47.85%63.92%-
XYZ24.3323.6211.87-
YUV132.98100.93149.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 127 (50% from 255) = 33.87%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=43.47%
G=33.87%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631278500.220.480.3632.3131.4548.63
HexA37F550163024201f31
Octal2431771250266044403761
Binary101000111111111101010101011011000010010010000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F55; }

 p { color: rgb(163,127,85); }

 H1.HeaderClassName
 {
   color: #A37F55;
 }
 .AnyTagClassName
 {
   color: #A37F55;
 }
</style>
background-color css

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

 a { background-color: rgb(163,127,85); }

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

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

 span { border-color: rgb(163,127,85); }

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