Html Css Color HEX #AB8446 Muddy Waters

📋 copy color: '#AB8446'

red 171 ◦ green 132 ◦ blue 70

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

Shades of Muddy Waters #AB8446

Tints of Muddy Waters #AB8446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 45.84%
G = 35.39%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB8446 (or 0xAB8446) is known color: Muddy Waters. HEX triplet: AB, 84 and 46. RGB value is (171,132,70). Sum of RGB (Red+Green+Blue) = 171+132+70=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8446 is #547BB9. Grayscale: #888888. Windows color (decimal): -5536698 or 4621483. OLE color: 4621483.

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

Color convert

RGB 171 132 70 -
CMYK 0 0.23 0.59 0.33
HSL 36.83º 0.42% 0.47% -
HSV(B) 36.83º 0.59% 0.67% -
XYZ 26.15 25.6 9.36 -
YUV 136.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 171 132 70 0 0.23 0.59 0.33 36.83 0.42 0.47
Hex AB 84 46 0 17 3B 21 25 2A 2F
Octal 253 204 106 0 27 73 41 45 52 57
Binary 10101011 10000100 1000110 0 10111 111011 100001 100101 101010 101111

Color Harmonies of #AB8446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8446

Black with #AB8446

Text Example


Text Example

White with #AB8446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8446; }

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

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

background-color css

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

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

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

border-color css

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

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

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