Html Css Color HEX #AD8251 Muddy Waters

📋 copy color: '#AD8251'

red 173 ◦ green 130 ◦ blue 81

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

Shades of Muddy Waters #AD8251

Tints of Muddy Waters #AD8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 81 (32.03% from 255) = 21.09%

R = 45.05%
G = 33.85%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8251 (or 0xAD8251) is known color: Muddy Waters. HEX triplet: AD, 82 and 51. RGB value is (173,130,81). Sum of RGB (Red+Green+Blue) = 173+130+81=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8251 is #527DAE. Grayscale: #898989. Windows color (decimal): -5406127 or 5341869. OLE color: 5341869.

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

Color convert

RGB 173 130 81 -
CMYK 0 0.25 0.53 0.32
HSL 31.96º 0.36% 0.5% -
HSV(B) 31.96º 0.53% 0.68% -
XYZ 26.7 25.44 11.29 -
YUV 137.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 173 130 81 0 0.25 0.53 0.32 31.96 0.36 0.5
Hex AD 82 51 0 19 35 20 20 24 32
Octal 255 202 121 0 31 65 40 40 44 62
Binary 10101101 10000010 1010001 0 11001 110101 100000 100000 100100 110010

Color Harmonies of #AD8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8251

Black with #AD8251

Text Example


Text Example

White with #AD8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8251; }

 p { color: rgb(173,130,81); }

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

background-color css

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

 a { background-color: rgb(173,130,81); }

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

border-color css

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

 span { border-color: rgb(173,130,81); }

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