Html Css Color HEX #AD874B Muddy Waters

📋 copy color: '#AD874B'

red 173 ◦ green 135 ◦ blue 75

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

Shades of Muddy Waters #AD874B

Tints of Muddy Waters #AD874B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 45.17%
G = 35.25%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD874B (or 0xAD874B) is known color: Muddy Waters. HEX triplet: AD, 87 and 4B. RGB value is (173,135,75). Sum of RGB (Red+Green+Blue) = 173+135+75=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD874B is #5278B4. Grayscale: #8B8B8B. Windows color (decimal): -5404853 or 4949933. OLE color: 4949933.

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

Color convert

RGB 173 135 75 -
CMYK 0 0.22 0.57 0.32
HSL 36.73º 0.4% 0.49% -
HSV(B) 36.73º 0.57% 0.68% -
XYZ 27.17 26.72 10.38 -
YUV 139.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 173 135 75 0 0.22 0.57 0.32 36.73 0.4 0.49
Hex AD 87 4B 0 16 39 20 25 28 31
Octal 255 207 113 0 26 71 40 45 50 61
Binary 10101101 10000111 1001011 0 10110 111001 100000 100101 101000 110001

Color Harmonies of #AD874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD874B

Black with #AD874B

Text Example


Text Example

White with #AD874B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD874B; }

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

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

background-color css

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

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

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

border-color css

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

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

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