#AF7A54

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

Shades of Muddy Waters #AF7A54

Tints of Muddy Waters #AF7A54

Color information

#AF7A54 (or 0xAF7A54) is unknown color: approx Muddy Waters. HEX triplet: AF, 7A and 54. RGB value is (175,122,84). Sum of RGB (Red+Green+Blue) = 175+122+84=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A54 is #5085AB. Grayscale: #858585. Windows color (decimal): -5277100 or 5536431. OLE color: 5536431.

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

Color convert

RGB17512284-
CMYK00.300.520.31
HSL25.05º36.25%50.78%-
HSV(B)25.05º52%68.63%-
XYZ26.2423.6711.57-
YUV133.51100.06157.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 84 (33.20% from 255) = 22.05%
R=45.93%
G=32.02%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751228400.300.520.3125.0536.2550.78
HexAF7A5401E341F192433
Octal2571721240366437314463
Binary10101111111101010101000111101101001111111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A54; }

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

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

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

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

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

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

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

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