Html Css Color HEX #AB8048 Muddy Waters

📋 copy color: '#AB8048'

red 171 ◦ green 128 ◦ blue 72

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

Shades of Muddy Waters #AB8048

Tints of Muddy Waters #AB8048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 46.09%
G = 34.5%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB8048 (or 0xAB8048) is known color: Muddy Waters. HEX triplet: AB, 80 and 48. RGB value is (171,128,72). Sum of RGB (Red+Green+Blue) = 171+128+72=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8048 is #547FB7. Grayscale: #868686. Windows color (decimal): -5537720 or 4751531. OLE color: 4751531.

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

Color convert

RGB 171 128 72 -
CMYK 0 0.25 0.58 0.33
HSL 33.94º 0.41% 0.48% -
HSV(B) 33.94º 0.58% 0.67% -
XYZ 25.68 24.56 9.52 -
YUV 134.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 171 128 72 0 0.25 0.58 0.33 33.94 0.41 0.48
Hex AB 80 48 0 19 3A 21 22 29 30
Octal 253 200 110 0 31 72 41 42 51 60
Binary 10101011 10000000 1001000 0 11001 111010 100001 100010 101001 110000

Color Harmonies of #AB8048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8048

Black with #AB8048

Text Example


Text Example

White with #AB8048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8048; }

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

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

background-color css

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

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

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

border-color css

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

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

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