#af7e4c

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

Shades of Muddy Waters #AF7E4C

Tints of Muddy Waters #AF7E4C

Color information

#AF7E4C (or 0xAF7E4C) is unknown color: approx Muddy Waters. HEX triplet: AF, 7E and 4C. RGB value is (175,126,76). Sum of RGB (Red+Green+Blue) = 175+126+76=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7E4C is #5081B3. Grayscale: #878787. Windows color (decimal): -5276084 or 5013167. OLE color: 5013167.

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

Color convert

RGB17512676-
CMYK00.280.570.31
HSL30.3º39.44%49.22%-
HSV(B)30.3º56.57%68.63%-
XYZ26.4424.5610.18-
YUV134.9594.73156.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.42%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 76 (30.08% from 255) = 20.16%
R=46.42%
G=33.42%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751267600.280.570.3130.339.4449.22
HexAF7E4C01C391F1e2731
Octal2571761140347137364761
Binary10101111111111010011000111001110011111111110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af7e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af7e4c; }

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

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

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

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

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

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

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

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