#A17953

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

Shades of Muesli #A17953

Tints of Muesli #A17953

Color information

#A17953 (or 0xA17953) is unknown color: approx Muesli. HEX triplet: A1, 79 and 53. RGB value is (161,121,83). Sum of RGB (Red+Green+Blue) = 161+121+83=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A17953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17953 is #5E86AC. Grayscale: #808080. Windows color (decimal): -6194861 or 5470625. OLE color: 5470625.

HSL color Cylindrical-coordinate representation of color #A17953: hue angle of 29.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A17953 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB16112183-
CMYK00.250.480.37
HSL29.23º31.97%47.84%-
HSV(B)29.23º48.45%63.14%-
XYZ23.121.8811.19-
YUV128.63102.25151.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=44.11%
G=33.15%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611218300.250.480.3729.2331.9747.84
HexA1795301930251d2030
Octal2411711230316045354060
Binary101000011111001101001101100111000010010111101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17953; }

 p { color: rgb(161,121,83); }

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

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

 a { background-color: rgb(161,121,83); }

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

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

 span { border-color: rgb(161,121,83); }

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