Html Css Color HEX #AD8452 Muddy Waters

📋 copy color: '#AD8452'

red 173 ◦ green 132 ◦ blue 82

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

Shades of Muddy Waters #AD8452

Tints of Muddy Waters #AD8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 82 (32.42% from 255) = 21.19%

R = 44.7%
G = 34.11%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8452 (or 0xAD8452) is known color: Muddy Waters. HEX triplet: AD, 84 and 52. RGB value is (173,132,82). Sum of RGB (Red+Green+Blue) = 173+132+82=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8452 is #527BAD. Grayscale: #8A8A8A. Windows color (decimal): -5405614 or 5407917. OLE color: 5407917.

HSL color Cylindrical-coordinate representation of color #AD8452: hue angle of 32.97º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD8452 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 132 82 -
CMYK 0 0.24 0.53 0.32
HSL 32.97º 0.36% 0.5% -
HSV(B) 32.97º 0.53% 0.68% -
XYZ 27.01 26 11.58 -
YUV 138.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 173 132 82 0 0.24 0.53 0.32 32.97 0.36 0.5
Hex AD 84 52 0 18 35 20 21 24 32
Octal 255 204 122 0 30 65 40 41 44 62
Binary 10101101 10000100 1010010 0 11000 110101 100000 100001 100100 110010

Color Harmonies of #AD8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8452

Black with #AD8452

Text Example


Text Example

White with #AD8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8452; }

 p { color: rgb(173,132,82); }

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

background-color css

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

 a { background-color: rgb(173,132,82); }

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

border-color css

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

 span { border-color: rgb(173,132,82); }

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