Html Css Color HEX #AD8254 Muddy Waters

📋 copy color: '#AD8254'

red 173 ◦ green 130 ◦ blue 84

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

Shades of Muddy Waters #AD8254

Tints of Muddy Waters #AD8254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 44.7%
G = 33.59%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD8254 (or 0xAD8254) is known color: Muddy Waters. HEX triplet: AD, 82 and 54. RGB value is (173,130,84). Sum of RGB (Red+Green+Blue) = 173+130+84=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8254 is #527DAB. Grayscale: #898989. Windows color (decimal): -5406124 or 5538477. OLE color: 5538477.

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

Color convert

RGB 173 130 84 -
CMYK 0 0.25 0.51 0.32
HSL 31.01º 0.35% 0.5% -
HSV(B) 31.01º 0.51% 0.68% -
XYZ 26.82 25.49 11.89 -
YUV 137.61 97.75 153.24 -
System Red Green Blue C M Y K H S L
Decimal 173 130 84 0 0.25 0.51 0.32 31.01 0.35 0.5
Hex AD 82 54 0 19 33 20 1F 23 32
Octal 255 202 124 0 31 63 40 37 43 62
Binary 10101101 10000010 1010100 0 11001 110011 100000 11111 100011 110010

Color Harmonies of #AD8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8254

Black with #AD8254

Text Example


Text Example

White with #AD8254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8254; }

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

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

background-color css

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

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

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

border-color css

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

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

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