Html Css Color HEX #AD8045 Muddy Waters

📋 copy color: '#AD8045'

red 173 ◦ green 128 ◦ blue 69

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

Shades of Muddy Waters #AD8045

Tints of Muddy Waters #AD8045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.65%

R = 46.76%
G = 34.59%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD8045 (or 0xAD8045) is known color: Muddy Waters. HEX triplet: AD, 80 and 45. RGB value is (173,128,69). Sum of RGB (Red+Green+Blue) = 173+128+69=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8045 is #527FBA. Grayscale: #878787. Windows color (decimal): -5406651 or 4554925. OLE color: 4554925.

HSL color Cylindrical-coordinate representation of color #AD8045: hue angle of 34.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD8045 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 69 -
CMYK 0 0.26 0.60 0.32
HSL 34.04º 0.43% 0.47% -
HSV(B) 34.04º 0.6% 0.68% -
XYZ 26.03 24.75 9.04 -
YUV 134.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 173 128 69 0 0.26 0.60 0.32 34.04 0.43 0.47
Hex AD 80 45 0 1A 3C 20 22 2B 2F
Octal 255 200 105 0 32 74 40 42 53 57
Binary 10101101 10000000 1000101 0 11010 111100 100000 100010 101011 101111

Color Harmonies of #AD8045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8045

Black with #AD8045

Text Example


Text Example

White with #AD8045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8045; }

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

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

background-color css

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

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

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

border-color css

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

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

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