Html Css Color HEX #AD7B43 Muddy Waters

📋 copy color: '#AD7B43'

red 173 ◦ green 123 ◦ blue 67

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

Shades of Muddy Waters #AD7B43

Tints of Muddy Waters #AD7B43

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.88%

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

R = 47.66%
G = 33.88%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD7B43 (or 0xAD7B43) is known color: Muddy Waters. HEX triplet: AD, 7B and 43. RGB value is (173,123,67). Sum of RGB (Red+Green+Blue) = 173+123+67=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD7B43 is #5284BC. Grayscale: #838383. Windows color (decimal): -5407933 or 4422573. OLE color: 4422573.

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

Color convert

RGB 173 123 67 -
CMYK 0 0.29 0.61 0.32
HSL 31.7º 0.44% 0.47% -
HSV(B) 31.7º 0.61% 0.68% -
XYZ 25.33 23.46 8.5 -
YUV 131.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 173 123 67 0 0.29 0.61 0.32 31.7 0.44 0.47
Hex AD 7B 43 0 1D 3D 20 20 2C 2F
Octal 255 173 103 0 35 75 40 40 54 57
Binary 10101101 1111011 1000011 0 11101 111101 100000 100000 101100 101111

Color Harmonies of #AD7B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B43

Black with #AD7B43

Text Example


Text Example

White with #AD7B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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