Html Css Color HEX #AB8056 Muddy Waters

📋 copy color: '#AB8056'

red 171 ◦ green 128 ◦ blue 86

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

Shades of Muddy Waters #AB8056

Tints of Muddy Waters #AB8056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 44.42%
G = 33.25%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB8056 (or 0xAB8056) is known color: Muddy Waters. HEX triplet: AB, 80 and 56. RGB value is (171,128,86). Sum of RGB (Red+Green+Blue) = 171+128+86=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8056 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8056 is #547FA9. Grayscale: #888888. Windows color (decimal): -5537706 or 5669035. OLE color: 5669035.

HSL color Cylindrical-coordinate representation of color #AB8056: hue angle of 29.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB8056 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 86 -
CMYK 0 0.25 0.50 0.33
HSL 29.65º 0.34% 0.5% -
HSV(B) 29.65º 0.5% 0.67% -
XYZ 26.19 24.77 12.2 -
YUV 136.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 171 128 86 0 0.25 0.50 0.33 29.65 0.34 0.5
Hex AB 80 56 0 19 32 21 1E 22 32
Octal 253 200 126 0 31 62 41 36 42 62
Binary 10101011 10000000 1010110 0 11001 110010 100001 11110 100010 110010

Color Harmonies of #AB8056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8056

Black with #AB8056

Text Example


Text Example

White with #AB8056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8056; }

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

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

background-color css

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

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

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

border-color css

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

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

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