Html Css Color HEX #AB8449 Muddy Waters

📋 copy color: '#AB8449'

red 171 ◦ green 132 ◦ blue 73

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

Shades of Muddy Waters #AB8449

Tints of Muddy Waters #AB8449

RGB

 RED value IS 171 (67.19% from 255) = 45.48%

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

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 45.48%
G = 35.11%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB8449 (or 0xAB8449) is known color: Muddy Waters. HEX triplet: AB, 84 and 49. RGB value is (171,132,73). Sum of RGB (Red+Green+Blue) = 171+132+73=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8449 is #547BB6. Grayscale: #898989. Windows color (decimal): -5536695 or 4818091. OLE color: 4818091.

HSL color Cylindrical-coordinate representation of color #AB8449: hue angle of 36.12º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB8449 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 73 -
CMYK 0 0.23 0.57 0.33
HSL 36.12º 0.4% 0.48% -
HSV(B) 36.12º 0.57% 0.67% -
XYZ 26.25 25.64 9.87 -
YUV 136.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 171 132 73 0 0.23 0.57 0.33 36.12 0.4 0.48
Hex AB 84 49 0 17 39 21 24 28 30
Octal 253 204 111 0 27 71 41 44 50 60
Binary 10101011 10000100 1001001 0 10111 111001 100001 100100 101000 110000

Color Harmonies of #AB8449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8449

Black with #AB8449

Text Example


Text Example

White with #AB8449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8449; }

 p { color: rgb(171,132,73); }

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

background-color css

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

 a { background-color: rgb(171,132,73); }

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

border-color css

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

 span { border-color: rgb(171,132,73); }

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