#AF8254

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

Shades of Muddy Waters #AF8254

Tints of Muddy Waters #AF8254

Color information

#AF8254 (or 0xAF8254) is unknown color: approx Muddy Waters. HEX triplet: AF, 82 and 54. RGB value is (175,130,84). Sum of RGB (Red+Green+Blue) = 175+130+84=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8254 is #507DAB. Grayscale: #8A8A8A. Windows color (decimal): -5275052 or 5538479. OLE color: 5538479.

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

Color convert

RGB17513084-
CMYK00.260.520.31
HSL30.33º36.25%50.78%-
HSV(B)30.33º52%68.63%-
XYZ27.2625.7211.91-
YUV138.2197.41154.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 84 (33.20% from 255) = 21.59%
R=44.99%
G=33.42%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751308400.260.520.3130.3336.2550.78
HexAF825401A341F1e2433
Octal2572021240326437364463
Binary101011111000001010101000110101101001111111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8254; }

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

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

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

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

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

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

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

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