#AD834B

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

Shades of Muddy Waters #AD834B

Tints of Muddy Waters #AD834B

Color information

#AD834B (or 0xAD834B) is unknown color: approx Muddy Waters. HEX triplet: AD, 83 and 4B. RGB value is (173,131,75). Sum of RGB (Red+Green+Blue) = 173+131+75=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD834B is #527CB4. Grayscale: #898989. Windows color (decimal): -5405877 or 4948909. OLE color: 4948909.

HSL color Cylindrical-coordinate representation of color #AD834B: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD834B is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17313175-
CMYK00.240.570.32
HSL34.29º39.52%48.63%-
HSV(B)34.29º56.65%67.84%-
XYZ26.6225.6210.2-
YUV137.1792.91153.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.65%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=45.65%
G=34.56%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731317500.240.570.3234.2939.5248.63
HexAD834B0183920222831
Octal2552031130307140425061
Binary10101101100000111001011011000111001100000100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD834B; }

 p { color: rgb(173,131,75); }

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

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

 a { background-color: rgb(173,131,75); }

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

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

 span { border-color: rgb(173,131,75); }

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