Html Css Color HEX #AD8259 Muddy Waters

📋 copy color: '#AD8259'

red 173 ◦ green 130 ◦ blue 89

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

Shades of Muddy Waters #AD8259

Tints of Muddy Waters #AD8259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 44.13%
G = 33.16%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD8259 (or 0xAD8259) is known color: Muddy Waters. HEX triplet: AD, 82 and 59. RGB value is (173,130,89). Sum of RGB (Red+Green+Blue) = 173+130+89=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8259 is #527DA6. Grayscale: #8A8A8A. Windows color (decimal): -5406119 or 5866157. OLE color: 5866157.

HSL color Cylindrical-coordinate representation of color #AD8259: hue angle of 29.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD8259 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 130 89 -
CMYK 0 0.25 0.49 0.32
HSL 29.29º 0.34% 0.51% -
HSV(B) 29.29º 0.49% 0.68% -
XYZ 27.02 25.57 12.96 -
YUV 138.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 173 130 89 0 0.25 0.49 0.32 29.29 0.34 0.51
Hex AD 82 59 0 19 31 20 1D 22 33
Octal 255 202 131 0 31 61 40 35 42 63
Binary 10101101 10000010 1011001 0 11001 110001 100000 11101 100010 110011

Color Harmonies of #AD8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8259

Black with #AD8259

Text Example


Text Example

White with #AD8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8259; }

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

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

background-color css

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

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

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

border-color css

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

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

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