#AF8454

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

Shades of Muddy Waters #AF8454

Tints of Muddy Waters #AF8454

Color information

#AF8454 (or 0xAF8454) is unknown color: approx Muddy Waters. HEX triplet: AF, 84 and 54. RGB value is (175,132,84). Sum of RGB (Red+Green+Blue) = 175+132+84=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8454 is #507BAB. Grayscale: #8B8B8B. Windows color (decimal): -5274540 or 5538991. OLE color: 5538991.

HSL color Cylindrical-coordinate representation of color #AF8454: hue angle of 31.65º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF8454 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17513284-
CMYK00.250.520.31
HSL31.65º36.25%50.78%-
HSV(B)31.65º52%68.63%-
XYZ27.5326.2612-
YUV139.3896.75153.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 132 (51.95% from 255) = 33.76%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=44.76%
G=33.76%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751328400.250.520.3131.6536.2550.78
HexAF8454019341F202433
Octal2572041240316437404463
Binary1010111110000100101010001100111010011111100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8454; }

 p { color: rgb(175,132,84); }

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

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

 a { background-color: rgb(175,132,84); }

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

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

 span { border-color: rgb(175,132,84); }

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