#AD8052

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

Shades of Muddy Waters #AD8052

Tints of Muddy Waters #AD8052

Color information

#AD8052 (or 0xAD8052) is unknown color: approx Muddy Waters. HEX triplet: AD, 80 and 52. RGB value is (173,128,82). Sum of RGB (Red+Green+Blue) = 173+128+82=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8052 is #527FAD. Grayscale: #888888. Windows color (decimal): -5406638 or 5406893. OLE color: 5406893.

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

Color convert

RGB17312882-
CMYK00.260.530.32
HSL30.33º35.69%50%-
HSV(B)30.33º52.6%67.84%-
XYZ26.4824.9311.4-
YUV136.2197.41154.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=45.17%
G=33.42%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731288200.260.530.3230.3335.6950
HexAD805201A35201e2432
Octal2552001220326540364462
Binary1010110110000000101001001101011010110000011110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8052; }

 p { color: rgb(173,128,82); }

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

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

 a { background-color: rgb(173,128,82); }

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

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

 span { border-color: rgb(173,128,82); }

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