#A18453

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

Shades of Muesli #A18453

Tints of Muesli #A18453

Color information

#A18453 (or 0xA18453) is unknown color: approx Muesli. HEX triplet: A1, 84 and 53. RGB value is (161,132,83). Sum of RGB (Red+Green+Blue) = 161+132+83=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A18453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18453 is #5E7BAC. Grayscale: #878787. Windows color (decimal): -6192045 or 5473441. OLE color: 5473441.

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

Color convert

RGB16113283-
CMYK00.180.480.37
HSL37.69º31.97%47.84%-
HSV(B)37.69º48.45%63.14%-
XYZ24.5124.711.66-
YUV135.0898.61146.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 132 (51.95% from 255) = 35.11%
BLUE value IS 83 (32.81% from 255) = 22.07%
R=42.82%
G=35.11%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611328300.180.480.3737.6931.9747.84
HexA184530123025262030
Octal2412041230226045464060
Binary10100001100001001010011010010110000100101100110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18453; }

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

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

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

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

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

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

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

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