#AB8252

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

Shades of Muddy Waters #AB8252

Tints of Muddy Waters #AB8252

Color information

#AB8252 (or 0xAB8252) is unknown color: approx Muddy Waters. HEX triplet: AB, 82 and 52. RGB value is (171,130,82). Sum of RGB (Red+Green+Blue) = 171+130+82=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8252 is #547DAD. Grayscale: #898989. Windows color (decimal): -5537198 or 5407403. OLE color: 5407403.

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

Color convert

RGB17113082-
CMYK00.240.520.33
HSL32.36º35.18%49.61%-
HSV(B)32.36º52.05%67.06%-
XYZ26.325.2311.47-
YUV136.7997.08152.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=44.65%
G=33.94%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711308200.240.520.3332.3635.1849.61
HexAB82520183421202332
Octal2532021220306441404362
Binary10101011100000101010010011000110100100001100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8252; }

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

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

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

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

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

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

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

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