#AF8258

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

Shades of Muddy Waters #AF8258

Tints of Muddy Waters #AF8258

Color information

#AF8258 (or 0xAF8258) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 58. RGB value is (175,130,88). Sum of RGB (Red+Green+Blue) = 175+130+88=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8258 is #507DA7. Grayscale: #8A8A8A. Windows color (decimal): -5275048 or 5800623. OLE color: 5800623.

HSL color Cylindrical-coordinate representation of color #AF8258: hue angle of 28.97º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8258 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17513088-
CMYK00.260.500.31
HSL28.97º35.22%51.57%-
HSV(B)28.97º49.71%68.63%-
XYZ27.4225.7812.76-
YUV138.6799.41153.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.53%
GREEN value IS 130 (51.17% from 255) = 33.08%
BLUE value IS 88 (34.77% from 255) = 22.39%
R=44.53%
G=33.08%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751308800.260.500.3128.9735.2251.57
HexAF825801A321F1d2334
Octal2572021300326237354364
Binary101011111000001010110000110101100101111111101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8258; }

 p { color: rgb(175,130,88); }

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

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

 a { background-color: rgb(175,130,88); }

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

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

 span { border-color: rgb(175,130,88); }

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