#AF824A

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

Shades of Muddy Waters #AF824A

Tints of Muddy Waters #AF824A

Color information

#AF824A (or 0xAF824A) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 4A. RGB value is (175,130,74). Sum of RGB (Red+Green+Blue) = 175+130+74=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF824A is #507DB5. Grayscale: #898989. Windows color (decimal): -5275062 or 4883119. OLE color: 4883119.

HSL color Cylindrical-coordinate representation of color #AF824A: hue angle of 33.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF824A is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17513074-
CMYK00.260.580.31
HSL33.27º40.56%48.82%-
HSV(B)33.27º57.71%68.63%-
XYZ26.925.5710-
YUV137.0792.41155.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=46.17%
G=34.30%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751307400.260.580.3133.2740.5648.82
HexAF824A01A3A1F212931
Octal2572021120327237415161
Binary1010111110000010100101001101011101011111100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF824A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF824A; }

 p { color: rgb(175,130,74); }

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

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

 a { background-color: rgb(175,130,74); }

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

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

 span { border-color: rgb(175,130,74); }

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