Html Css Color HEX #AD8243 Muddy Waters

📋 copy color: '#AD8243'

red 173 ◦ green 130 ◦ blue 67

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

Shades of Muddy Waters #AD8243

Tints of Muddy Waters #AD8243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.11%

R = 46.76%
G = 35.14%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8243 (or 0xAD8243) is known color: Muddy Waters. HEX triplet: AD, 82 and 43. RGB value is (173,130,67). Sum of RGB (Red+Green+Blue) = 173+130+67=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8243 is #527DBC. Grayscale: #878787. Windows color (decimal): -5406141 or 4424365. OLE color: 4424365.

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

Color convert

RGB 173 130 67 -
CMYK 0 0.25 0.61 0.32
HSL 35.66º 0.44% 0.47% -
HSV(B) 35.66º 0.61% 0.68% -
XYZ 26.23 25.25 8.8 -
YUV 135.68 89.25 154.62 -
System Red Green Blue C M Y K H S L
Decimal 173 130 67 0 0.25 0.61 0.32 35.66 0.44 0.47
Hex AD 82 43 0 19 3D 20 24 2C 2F
Octal 255 202 103 0 31 75 40 44 54 57
Binary 10101101 10000010 1000011 0 11001 111101 100000 100100 101100 101111

Color Harmonies of #AD8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8243

Black with #AD8243

Text Example


Text Example

White with #AD8243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8243; }

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

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

background-color css

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

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

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

border-color css

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

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

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