#AF7B44

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

Shades of Muddy Waters #AF7B44

Tints of Muddy Waters #AF7B44

Color information

#AF7B44 (or 0xAF7B44) is unknown color: approx Muddy Waters. HEX triplet: AF, 7B and 44. RGB value is (175,123,68). Sum of RGB (Red+Green+Blue) = 175+123+68=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B44 is #5084BB. Grayscale: #848484. Windows color (decimal): -5276860 or 4488111. OLE color: 4488111.

HSL color Cylindrical-coordinate representation of color #AF7B44: hue angle of 30.84º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF7B44 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB17512368-
CMYK00.300.610.31
HSL30.84º44.03%47.65%-
HSV(B)30.84º61.14%68.63%-
XYZ25.8123.78.68-
YUV132.2891.73158.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=47.81%
G=33.61%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751236800.300.610.3130.8444.0347.65
HexAF7B4401E3D1F1f2c30
Octal2571731040367537375460
Binary10101111111101110001000111101111011111111111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B44; }

 p { color: rgb(175,123,68); }

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

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

 a { background-color: rgb(175,123,68); }

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

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

 span { border-color: rgb(175,123,68); }

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