#A5894B

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

Shades of Muddy Waters #A5894B

Tints of Muddy Waters #A5894B

Color information

#A5894B (or 0xA5894B) is unknown color: approx Muddy Waters. HEX triplet: A5, 89 and 4B. RGB value is (165,137,75). Sum of RGB (Red+Green+Blue) = 165+137+75=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5894B is #5A76B4. Grayscale: #8A8A8A. Windows color (decimal): -5928629 or 4950437. OLE color: 4950437.

HSL color Cylindrical-coordinate representation of color #A5894B: hue angle of 41.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5894B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16513775-
CMYK00.170.550.35
HSL41.33º37.5%47.06%-
HSV(B)41.33º54.55%64.71%-
XYZ25.7326.410.4-
YUV138.392.28147.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=43.77%
G=36.34%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651377500.170.550.3541.3337.547.06
HexA5894B011372329262f
Octal2452111130216743514657
Binary10100101100010011001011010001110111100011101001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5894B; }

 p { color: rgb(165,137,75); }

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

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

 a { background-color: rgb(165,137,75); }

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

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

 span { border-color: rgb(165,137,75); }

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