#AF834A

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

Shades of Muddy Waters #AF834A

Tints of Muddy Waters #AF834A

Color information

#AF834A (or 0xAF834A) is unknown color: approx Muddy Waters. HEX triplet: AF, 83 and 4A. RGB value is (175,131,74). Sum of RGB (Red+Green+Blue) = 175+131+74=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF834A is #507CB5. Grayscale: #898989. Windows color (decimal): -5274806 or 4883375. OLE color: 4883375.

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

Color convert

RGB17513174-
CMYK00.250.580.31
HSL33.86º40.56%48.82%-
HSV(B)33.86º57.71%68.63%-
XYZ27.0325.8410.04-
YUV137.6692.08154.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=46.05%
G=34.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751317400.250.580.3133.8640.5648.82
HexAF834A0193A1F222931
Octal2572031120317237425161
Binary1010111110000011100101001100111101011111100010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF834A; }

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

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

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

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

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

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

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

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