Html Css Color HEX #AD8052 Muddy Waters

📋 copy color: '#AD8052'

red 173 ◦ green 128 ◦ blue 82

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

Shades of Muddy Waters #AD8052

Tints of Muddy Waters #AD8052

RGB

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

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

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

R = 45.17%
G = 33.42%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD8052 (or 0xAD8052) is known color: Muddy Waters. HEX triplet: AD, 80 and 52. RGB value is (173,128,82). Sum of RGB (Red+Green+Blue) = 173+128+82=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8052 is #527FAD. Grayscale: #888888. Windows color (decimal): -5406638 or 5406893. OLE color: 5406893.

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

Color convert

RGB 173 128 82 -
CMYK 0 0.26 0.53 0.32
HSL 30.33º 0.36% 0.5% -
HSV(B) 30.33º 0.53% 0.68% -
XYZ 26.48 24.93 11.4 -
YUV 136.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 173 128 82 0 0.26 0.53 0.32 30.33 0.36 0.5
Hex AD 80 52 0 1A 35 20 1E 24 32
Octal 255 200 122 0 32 65 40 36 44 62
Binary 10101101 10000000 1010010 0 11010 110101 100000 11110 100100 110010

Color Harmonies of #AD8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8052

Black with #AD8052

Text Example


Text Example

White with #AD8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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