#AF7A4D

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

Shades of Muddy Waters #AF7A4D

Tints of Muddy Waters #AF7A4D

Color information

#AF7A4D (or 0xAF7A4D) is unknown color: approx Muddy Waters. HEX triplet: AF, 7A and 4D. RGB value is (175,122,77). Sum of RGB (Red+Green+Blue) = 175+122+77=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A4D is #5085B2. Grayscale: #848484. Windows color (decimal): -5277107 or 5077679. OLE color: 5077679.

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

Color convert

RGB17512277-
CMYK00.300.560.31
HSL27.55º38.89%49.41%-
HSV(B)27.55º56%68.63%-
XYZ25.9823.5710.2-
YUV132.7296.56158.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.79%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=46.79%
G=32.62%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751227700.300.560.3127.5538.8949.41
HexAF7A4D01E381F1c2731
Octal2571721150367037344761
Binary10101111111101010011010111101110001111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A4D; }

 p { color: rgb(175,122,77); }

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

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

 a { background-color: rgb(175,122,77); }

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

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

 span { border-color: rgb(175,122,77); }

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