#AF8158

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

Shades of Muddy Waters #AF8158

Tints of Muddy Waters #AF8158

Color information

#AF8158 (or 0xAF8158) is unknown color: approx Muddy Waters. HEX triplet: AF, 81 and 58. RGB value is (175,129,88). Sum of RGB (Red+Green+Blue) = 175+129+88=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8158 is #507EA7. Grayscale: #8A8A8A. Windows color (decimal): -5275304 or 5800367. OLE color: 5800367.

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

Color convert

RGB17512988-
CMYK00.260.500.31
HSL28.28º35.22%51.57%-
HSV(B)28.28º49.71%68.63%-
XYZ27.2925.5212.72-
YUV138.0899.74154.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 129 (50.78% from 255) = 32.91%
BLUE value IS 88 (34.77% from 255) = 22.45%
R=44.64%
G=32.91%
B=22.45%

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
Decimal1751298800.260.500.3128.2835.2251.57
HexAF815801A321F1c2334
Octal2572011300326237344364
Binary101011111000000110110000110101100101111111100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8158; }

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

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

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

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

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

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

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

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