Html Css Color HEX #AD8043 Muddy Waters

📋 copy color: '#AD8043'

red 173 ◦ green 128 ◦ blue 67

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

Shades of Muddy Waters #AD8043

Tints of Muddy Waters #AD8043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 47.01%
G = 34.78%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8043 (or 0xAD8043) is known color: Muddy Waters. HEX triplet: AD, 80 and 43. RGB value is (173,128,67). Sum of RGB (Red+Green+Blue) = 173+128+67=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8043 is #527FBC. Grayscale: #868686. Windows color (decimal): -5406653 or 4423853. OLE color: 4423853.

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

Color convert

RGB 173 128 67 -
CMYK 0 0.26 0.61 0.32
HSL 34.53º 0.44% 0.47% -
HSV(B) 34.53º 0.61% 0.68% -
XYZ 25.97 24.73 8.71 -
YUV 134.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 173 128 67 0 0.26 0.61 0.32 34.53 0.44 0.47
Hex AD 80 43 0 1A 3D 20 23 2C 2F
Octal 255 200 103 0 32 75 40 43 54 57
Binary 10101101 10000000 1000011 0 11010 111101 100000 100011 101100 101111

Color Harmonies of #AD8043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8043

Black with #AD8043

Text Example


Text Example

White with #AD8043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8043; }

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

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

background-color css

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

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

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

border-color css

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

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

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