#AB824E

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

Shades of Muddy Waters #AB824E

Tints of Muddy Waters #AB824E

Color information

#AB824E (or 0xAB824E) is unknown color: approx Muddy Waters. HEX triplet: AB, 82 and 4E. RGB value is (171,130,78). Sum of RGB (Red+Green+Blue) = 171+130+78=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB824E is #547DB1. Grayscale: #888888. Windows color (decimal): -5537202 or 5145259. OLE color: 5145259.

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

Color convert

RGB17113078-
CMYK00.240.540.33
HSL33.55º37.35%48.82%-
HSV(B)33.55º54.39%67.06%-
XYZ26.1525.1710.69-
YUV136.3395.08152.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 78 (30.86% from 255) = 20.58%
R=45.12%
G=34.30%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711307800.240.540.3333.5537.3548.82
HexAB824E0183621222531
Octal2532021160306641424561
Binary10101011100000101001110011000110110100001100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB824E; }

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

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

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

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

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

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

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

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