Html Css Color HEX #AD814B Muddy Waters

📋 copy color: '#AD814B'

red 173 ◦ green 129 ◦ blue 75

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

Shades of Muddy Waters #AD814B

Tints of Muddy Waters #AD814B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 45.89%
G = 34.22%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD814B (or 0xAD814B) is known color: Muddy Waters. HEX triplet: AD, 81 and 4B. RGB value is (173,129,75). Sum of RGB (Red+Green+Blue) = 173+129+75=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 173 - color contains mainly: red. Hex color #AD814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD814B is #527EB4. Grayscale: #888888. Windows color (decimal): -5406389 or 4948397. OLE color: 4948397.

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

Color convert

RGB 173 129 75 -
CMYK 0 0.25 0.57 0.32
HSL 33.06º 0.4% 0.49% -
HSV(B) 33.06º 0.57% 0.68% -
XYZ 26.35 25.09 10.11 -
YUV 136 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 173 129 75 0 0.25 0.57 0.32 33.06 0.4 0.49
Hex AD 81 4B 0 19 39 20 21 28 31
Octal 255 201 113 0 31 71 40 41 50 61
Binary 10101101 10000001 1001011 0 11001 111001 100000 100001 101000 110001

Color Harmonies of #AD814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD814B

Black with #AD814B

Text Example


Text Example

White with #AD814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD814B; }

 p { color: rgb(173,129,75); }

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

background-color css

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

 a { background-color: rgb(173,129,75); }

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

border-color css

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

 span { border-color: rgb(173,129,75); }

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