#AF7F4C

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

Shades of Muddy Waters #AF7F4C

Tints of Muddy Waters #AF7F4C

Color information

#AF7F4C (or 0xAF7F4C) is unknown color: approx Muddy Waters. HEX triplet: AF, 7F and 4C. RGB value is (175,127,76). Sum of RGB (Red+Green+Blue) = 175+127+76=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F4C is #5080B3. Grayscale: #878787. Windows color (decimal): -5275828 or 5013423. OLE color: 5013423.

HSL color Cylindrical-coordinate representation of color #AF7F4C: hue angle of 30.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF7F4C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB17512776-
CMYK00.270.570.31
HSL30.91º39.44%49.22%-
HSV(B)30.91º56.57%68.63%-
XYZ26.5724.8110.23-
YUV135.5494.4156.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=46.30%
G=33.60%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751277600.270.570.3130.9139.4449.22
HexAF7F4C01B391F1f2731
Octal2571771140337137374761
Binary10101111111111110011000110111110011111111111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7F4C; }

 p { color: rgb(175,127,76); }

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

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

 a { background-color: rgb(175,127,76); }

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

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

 span { border-color: rgb(175,127,76); }

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