Html Css Color HEX #AB8548 Muddy Waters

📋 copy color: '#AB8548'

red 171 ◦ green 133 ◦ blue 72

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

Shades of Muddy Waters #AB8548

Tints of Muddy Waters #AB8548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

 BLUE value IS 72 (28.52% from 255) = 19.15%

R = 45.48%
G = 35.37%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8548 (or 0xAB8548) is known color: Muddy Waters. HEX triplet: AB, 85 and 48. RGB value is (171,133,72). Sum of RGB (Red+Green+Blue) = 171+133+72=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8548 is #547AB7. Grayscale: #898989. Windows color (decimal): -5536440 or 4752811. OLE color: 4752811.

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

Color convert

RGB 171 133 72 -
CMYK 0 0.22 0.58 0.33
HSL 36.97º 0.41% 0.48% -
HSV(B) 36.97º 0.58% 0.67% -
XYZ 26.35 25.9 9.74 -
YUV 137.41 91.09 151.96 -
System Red Green Blue C M Y K H S L
Decimal 171 133 72 0 0.22 0.58 0.33 36.97 0.41 0.48
Hex AB 85 48 0 16 3A 21 25 29 30
Octal 253 205 110 0 26 72 41 45 51 60
Binary 10101011 10000101 1001000 0 10110 111010 100001 100101 101001 110000

Color Harmonies of #AB8548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8548

Black with #AB8548

Text Example


Text Example

White with #AB8548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8548; }

 p { color: rgb(171,133,72); }

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

background-color css

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

 a { background-color: rgb(171,133,72); }

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

border-color css

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

 span { border-color: rgb(171,133,72); }

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