#AF864B

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

Shades of Muddy Waters #AF864B

Tints of Muddy Waters #AF864B

Color information

#AF864B (or 0xAF864B) is unknown color: approx Muddy Waters. HEX triplet: AF, 86 and 4B. RGB value is (175,134,75). Sum of RGB (Red+Green+Blue) = 175+134+75=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF864B is #5079B4. Grayscale: #8B8B8B. Windows color (decimal): -5274037 or 4949679. OLE color: 4949679.

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

Color convert

RGB17513475-
CMYK00.230.570.31
HSL35.4º40%49.02%-
HSV(B)35.4º57.14%68.63%-
XYZ27.4726.6710.36-
YUV139.5391.58153.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=45.57%
G=34.90%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751347500.230.570.3135.44049.02
HexAF864B017391F232831
Octal2572061130277137435061
Binary1010111110000110100101101011111100111111100011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF864B; }

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

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

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

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

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

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

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

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