#AD874B

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

Shades of Muddy Waters #AD874B

Tints of Muddy Waters #AD874B

Color information

#AD874B (or 0xAD874B) is unknown color: approx Muddy Waters. HEX triplet: AD, 87 and 4B. RGB value is (173,135,75). Sum of RGB (Red+Green+Blue) = 173+135+75=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD874B is #5278B4. Grayscale: #8B8B8B. Windows color (decimal): -5404853 or 4949933. OLE color: 4949933.

HSL color Cylindrical-coordinate representation of color #AD874B: hue angle of 36.73º 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 #AD874B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB17313575-
CMYK00.220.570.32
HSL36.73º39.52%48.63%-
HSV(B)36.73º56.65%67.84%-
XYZ27.1726.7210.38-
YUV139.5291.59151.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=45.17%
G=35.25%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731357500.220.570.3236.7339.5248.63
HexAD874B0163920252831
Octal2552071130267140455061
Binary10101101100001111001011010110111001100000100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD874B; }

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

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

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

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

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

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

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

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