#AF884B

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

Shades of Muddy Waters #AF884B

Tints of Muddy Waters #AF884B

Color information

#AF884B (or 0xAF884B) is unknown color: approx Muddy Waters. HEX triplet: AF, 88 and 4B. RGB value is (175,136,75). Sum of RGB (Red+Green+Blue) = 175+136+75=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF884B is #5077B4. Grayscale: #8C8C8C. Windows color (decimal): -5273525 or 4950191. OLE color: 4950191.

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

Color convert

RGB17513675-
CMYK00.220.570.31
HSL36.6º40%49.02%-
HSV(B)36.6º57.14%68.63%-
XYZ27.7527.2310.45-
YUV140.7190.92152.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 136 (53.52% from 255) = 35.23%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=45.34%
G=35.23%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751367500.220.570.3136.64049.02
HexAF884B016391F252831
Octal2572101130267137455061
Binary1010111110001000100101101011011100111111100101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF884B; }

 p { color: rgb(175,136,75); }

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

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

 a { background-color: rgb(175,136,75); }

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

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

 span { border-color: rgb(175,136,75); }

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