#AF8551

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

Shades of Muddy Waters #AF8551

Tints of Muddy Waters #AF8551

Color information

#AF8551 (or 0xAF8551) is unknown color: approx Muddy Waters. HEX triplet: AF, 85 and 51. RGB value is (175,133,81). Sum of RGB (Red+Green+Blue) = 175+133+81=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8551 is #507AAE. Grayscale: #8B8B8B. Windows color (decimal): -5274287 or 5342639. OLE color: 5342639.

HSL color Cylindrical-coordinate representation of color #AF8551: hue angle of 33.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF8551 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB17513381-
CMYK00.240.540.31
HSL33.19º37.01%50.2%-
HSV(B)33.19º53.71%68.63%-
XYZ27.5526.4811.44-
YUV139.6394.91153.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 81 (32.03% from 255) = 20.82%
R=44.99%
G=34.19%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751338100.240.540.3133.1937.0150.2
HexAF8551018361F212532
Octal2572051210306637414562
Binary1010111110000101101000101100011011011111100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8551; }

 p { color: rgb(175,133,81); }

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

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

 a { background-color: rgb(175,133,81); }

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

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

 span { border-color: rgb(175,133,81); }

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