Html Css Color HEX #AD8245 Muddy Waters

📋 copy color: '#AD8245'

red 173 ◦ green 130 ◦ blue 69

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

Shades of Muddy Waters #AD8245

Tints of Muddy Waters #AD8245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 46.51%
G = 34.95%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8245 (or 0xAD8245) is known color: Muddy Waters. HEX triplet: AD, 82 and 45. RGB value is (173,130,69). Sum of RGB (Red+Green+Blue) = 173+130+69=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8245 is #527DBA. Grayscale: #888888. Windows color (decimal): -5406139 or 4555437. OLE color: 4555437.

HSL color Cylindrical-coordinate representation of color #AD8245: hue angle of 35.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8245 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 69 -
CMYK 0 0.25 0.60 0.32
HSL 35.19º 0.43% 0.47% -
HSV(B) 35.19º 0.6% 0.68% -
XYZ 26.29 25.28 9.12 -
YUV 135.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 173 130 69 0 0.25 0.60 0.32 35.19 0.43 0.47
Hex AD 82 45 0 19 3C 20 23 2B 2F
Octal 255 202 105 0 31 74 40 43 53 57
Binary 10101101 10000010 1000101 0 11001 111100 100000 100011 101011 101111

Color Harmonies of #AD8245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8245

Black with #AD8245

Text Example


Text Example

White with #AD8245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8245; }

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

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

background-color css

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

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

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

border-color css

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

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

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