#AF824E

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

Shades of Muddy Waters #AF824E

Tints of Muddy Waters #AF824E

Color information

#AF824E (or 0xAF824E) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 4E. RGB value is (175,130,78). Sum of RGB (Red+Green+Blue) = 175+130+78=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF824E is #507DB1. Grayscale: #898989. Windows color (decimal): -5275058 or 5145263. OLE color: 5145263.

HSL color Cylindrical-coordinate representation of color #AF824E: hue angle of 32.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF824E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17513078-
CMYK00.260.550.31
HSL32.16º38.34%49.61%-
HSV(B)32.16º55.43%68.63%-
XYZ27.0425.6310.73-
YUV137.5394.41154.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 78 (30.86% from 255) = 20.37%
R=45.69%
G=33.94%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751307800.260.550.3132.1638.3449.61
HexAF824E01A371F202632
Octal2572021160326737404662
Binary1010111110000010100111001101011011111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF824E; }

 p { color: rgb(175,130,78); }

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

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

 a { background-color: rgb(175,130,78); }

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

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

 span { border-color: rgb(175,130,78); }

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