#A17B51

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

Shades of Muesli #A17B51

Tints of Muesli #A17B51

Color information

#A17B51 (or 0xA17B51) is unknown color: approx Muesli. HEX triplet: A1, 7B and 51. RGB value is (161,123,81). Sum of RGB (Red+Green+Blue) = 161+123+81=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B51 is #5E84AE. Grayscale: #818181. Windows color (decimal): -6194351 or 5340065. OLE color: 5340065.

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

Color convert

RGB16112381-
CMYK00.240.500.37
HSL31.5º33.06%47.45%-
HSV(B)31.5º49.69%63.14%-
XYZ23.2722.3410.87-
YUV129.57100.59150.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 81 (32.03% from 255) = 22.19%
R=44.11%
G=33.70%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611238100.240.500.3731.533.0647.45
HexA17B5101832251f212f
Octal2411731210306245374157
Binary101000011111011101000101100011001010010111111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17B51; }

 p { color: rgb(161,123,81); }

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

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

 a { background-color: rgb(161,123,81); }

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

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

 span { border-color: rgb(161,123,81); }

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