Html Css Color HEX #AD8050 Muddy Waters

📋 copy color: '#AD8050'

red 173 ◦ green 128 ◦ blue 80

#AD8050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #AD8050

Tints of Muddy Waters #AD8050

RGB

 RED value IS 173 (67.97% from 255) = 45.41%

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 80 (31.64% from 255) = 21%

R = 45.41%
G = 33.6%
B = 21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD8050 (or 0xAD8050) is known color: Muddy Waters. HEX triplet: AD, 80 and 50. RGB value is (173,128,80). Sum of RGB (Red+Green+Blue) = 173+128+80=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8050 is #527FAF. Grayscale: #888888. Windows color (decimal): -5406640 or 5275821. OLE color: 5275821.

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

Color convert

RGB 173 128 80 -
CMYK 0 0.26 0.54 0.32
HSL 30.97º 0.37% 0.5% -
HSV(B) 30.97º 0.54% 0.68% -
XYZ 26.4 24.9 11 -
YUV 135.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 173 128 80 0 0.26 0.54 0.32 30.97 0.37 0.5
Hex AD 80 50 0 1A 36 20 1F 25 32
Octal 255 200 120 0 32 66 40 37 45 62
Binary 10101101 10000000 1010000 0 11010 110110 100000 11111 100101 110010

Color Harmonies of #AD8050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8050

Black with #AD8050

Text Example


Text Example

White with #AD8050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8050; }

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

 H1.HeaderClassName
 {
   color: #AD8050;
 }
 .AnyTagClassName
 {
   color: #AD8050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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