#AF844D

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

Shades of Muddy Waters #AF844D

Tints of Muddy Waters #AF844D

Color information

#AF844D (or 0xAF844D) is unknown color: approx Muddy Waters. HEX triplet: AF, 84 and 4D. RGB value is (175,132,77). Sum of RGB (Red+Green+Blue) = 175+132+77=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF844D is #507BB2. Grayscale: #8A8A8A. Windows color (decimal): -5274547 or 5080239. OLE color: 5080239.

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

Color convert

RGB17513277-
CMYK00.250.560.31
HSL33.67º38.89%49.41%-
HSV(B)33.67º56%68.63%-
XYZ27.2726.1510.63-
YUV138.5993.25153.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 132 (51.95% from 255) = 34.38%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=45.57%
G=34.38%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751327700.250.560.3133.6738.8949.41
HexAF844D019381F222731
Octal2572041150317037424761
Binary1010111110000100100110101100111100011111100010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF844D; }

 p { color: rgb(175,132,77); }

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

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

 a { background-color: rgb(175,132,77); }

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

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

 span { border-color: rgb(175,132,77); }

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