Html Css Color HEX #AB8249 Muddy Waters

📋 copy color: '#AB8249'

red 171 ◦ green 130 ◦ blue 73

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

Shades of Muddy Waters #AB8249

Tints of Muddy Waters #AB8249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.76%

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

R = 45.72%
G = 34.76%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB8249 (or 0xAB8249) is known color: Muddy Waters. HEX triplet: AB, 82 and 49. RGB value is (171,130,73). Sum of RGB (Red+Green+Blue) = 171+130+73=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8249 is #547DB6. Grayscale: #888888. Windows color (decimal): -5537207 or 4817579. OLE color: 4817579.

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

Color convert

RGB 171 130 73 -
CMYK 0 0.24 0.57 0.33
HSL 34.9º 0.4% 0.48% -
HSV(B) 34.9º 0.57% 0.67% -
XYZ 25.98 25.1 9.78 -
YUV 135.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 171 130 73 0 0.24 0.57 0.33 34.9 0.4 0.48
Hex AB 82 49 0 18 39 21 23 28 30
Octal 253 202 111 0 30 71 41 43 50 60
Binary 10101011 10000010 1001001 0 11000 111001 100001 100011 101000 110000

Color Harmonies of #AB8249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8249

Black with #AB8249

Text Example


Text Example

White with #AB8249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8249; }

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

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

background-color css

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

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

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

border-color css

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

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

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