#AF834B

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

Shades of Muddy Waters #AF834B

Tints of Muddy Waters #AF834B

Color information

#AF834B (or 0xAF834B) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 4B. RGB value is (175,131,75). Sum of RGB (Red+Green+Blue) = 175+131+75=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF834B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF834B is #507CB4. Grayscale: #8A8A8A. Windows color (decimal): -5274805 or 4948911. OLE color: 4948911.

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

Color convert

RGB17513175-
CMYK00.250.570.31
HSL33.6º40%49.02%-
HSV(B)33.6º57.14%68.63%-
XYZ27.0725.8510.22-
YUV137.7792.58154.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 131 (51.56% from 255) = 34.38%
BLUE value IS 75 (29.69% from 255) = 19.69%
R=45.93%
G=34.38%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751317500.250.570.3133.64049.02
HexAF834B019391F222831
Octal2572031130317137425061
Binary1010111110000011100101101100111100111111100010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF834B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF834B; }

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

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

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

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

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

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

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

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