#AB8251

Color #AB8251 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #AB8251

Tints of Muddy Waters #AB8251

Color information

#AB8251 (or 0xAB8251) is unknown color: approx Muddy Waters. HEX triplet: AB, 82 and 51. RGB value is (171,130,81). Sum of RGB (Red+Green+Blue) = 171+130+81=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 81 (32.03% from 255 or 21.20% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8251 is #547DAE. Grayscale: #888888. Windows color (decimal): -5537199 or 5341867. OLE color: 5341867.

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

Color convert

RGB17113081-
CMYK00.240.530.33
HSL32.67º35.71%49.41%-
HSV(B)32.67º52.63%67.06%-
XYZ26.2625.2211.27-
YUV136.6796.58152.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 81 (32.03% from 255) = 21.20%
R=44.76%
G=34.03%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711308100.240.530.3332.6735.7149.41
HexAB82510183521212431
Octal2532021210306541414461
Binary10101011100000101010001011000110101100001100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8251; }

 p { color: rgb(171,130,81); }

 H1.HeaderClassName
 {
   color: #AB8251;
 }
 .AnyTagClassName
 {
   color: #AB8251;
 }
</style>
background-color css

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

 a { background-color: rgb(171,130,81); }

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

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

 span { border-color: rgb(171,130,81); }

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