Html Css Color HEX #AB844C Muddy Waters

📋 copy color: '#AB844C'

red 171 ◦ green 132 ◦ blue 76

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

Shades of Muddy Waters #AB844C

Tints of Muddy Waters #AB844C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.05%

R = 45.12%
G = 34.83%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB844C (or 0xAB844C) is known color: Muddy Waters. HEX triplet: AB, 84 and 4C. RGB value is (171,132,76). Sum of RGB (Red+Green+Blue) = 171+132+76=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB844C is #547BB3. Grayscale: #898989. Windows color (decimal): -5536692 or 5014699. OLE color: 5014699.

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

Color convert

RGB 171 132 76 -
CMYK 0 0.23 0.56 0.33
HSL 35.37º 0.38% 0.48% -
HSV(B) 35.37º 0.56% 0.67% -
XYZ 26.35 25.68 10.41 -
YUV 137.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 171 132 76 0 0.23 0.56 0.33 35.37 0.38 0.48
Hex AB 84 4C 0 17 38 21 23 26 30
Octal 253 204 114 0 27 70 41 43 46 60
Binary 10101011 10000100 1001100 0 10111 111000 100001 100011 100110 110000

Color Harmonies of #AB844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB844C

Black with #AB844C

Text Example


Text Example

White with #AB844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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