Html Css Color HEX #AB844D Muddy Waters

📋 copy color: '#AB844D'

red 171 ◦ green 132 ◦ blue 77

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

Shades of Muddy Waters #AB844D

Tints of Muddy Waters #AB844D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 45%
G = 34.74%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB844D (or 0xAB844D) is known color: Muddy Waters. HEX triplet: AB, 84 and 4D. RGB value is (171,132,77). Sum of RGB (Red+Green+Blue) = 171+132+77=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB844D is #547BB2. Grayscale: #898989. Windows color (decimal): -5536691 or 5080235. OLE color: 5080235.

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

Color convert

RGB 171 132 77 -
CMYK 0 0.23 0.55 0.33
HSL 35.11º 0.38% 0.49% -
HSV(B) 35.11º 0.55% 0.67% -
XYZ 26.39 25.7 10.59 -
YUV 137.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 171 132 77 0 0.23 0.55 0.33 35.11 0.38 0.49
Hex AB 84 4D 0 17 37 21 23 26 31
Octal 253 204 115 0 27 67 41 43 46 61
Binary 10101011 10000100 1001101 0 10111 110111 100001 100011 100110 110001

Color Harmonies of #AB844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB844D

Black with #AB844D

Text Example


Text Example

White with #AB844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB844D; }

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

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

background-color css

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

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

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

border-color css

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

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

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