#AD8454

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

Shades of Muddy Waters #AD8454

Tints of Muddy Waters #AD8454

Color information

#AD8454 (or 0xAD8454) is unknown color: approx Muddy Waters. HEX triplet: AD, 84 and 54. RGB value is (173,132,84). Sum of RGB (Red+Green+Blue) = 173+132+84=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8454 is #527BAB. Grayscale: #8B8B8B. Windows color (decimal): -5405612 or 5538989. OLE color: 5538989.

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

Color convert

RGB17313284-
CMYK00.240.510.32
HSL32.36º35.18%50.39%-
HSV(B)32.36º51.45%67.84%-
XYZ27.0926.0311.98-
YUV138.7997.08152.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=44.47%
G=33.93%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731328400.240.510.3232.3635.1850.39
HexAD84540183320202332
Octal2552041240306340404362
Binary10101101100001001010100011000110011100000100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8454; }

 p { color: rgb(173,132,84); }

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

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

 a { background-color: rgb(173,132,84); }

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

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

 span { border-color: rgb(173,132,84); }

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