#AF854A

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

Shades of Muddy Waters #AF854A

Tints of Muddy Waters #AF854A

Color information

#AF854A (or 0xAF854A) is unknown color: approx Muddy Waters. HEX triplet: AF, 85 and 4A. RGB value is (175,133,74). Sum of RGB (Red+Green+Blue) = 175+133+74=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF854A is #507AB5. Grayscale: #8B8B8B. Windows color (decimal): -5274294 or 4883887. OLE color: 4883887.

HSL color Cylindrical-coordinate representation of color #AF854A: hue angle of 35.05º 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 #AF854A is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB17513374-
CMYK00.240.580.31
HSL35.05º40.56%48.82%-
HSV(B)35.05º57.71%68.63%-
XYZ27.326.3810.13-
YUV138.8391.41153.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 74 (29.30% from 255) = 19.37%
R=45.81%
G=34.82%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751337400.240.580.3135.0540.5648.82
HexAF854A0183A1F232931
Octal2572051120307237435161
Binary1010111110000101100101001100011101011111100011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF854A; }

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

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

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

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

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

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

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

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