#AF5605

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

Shades of Rust #AF5605

Tints of Rust #AF5605

Color information

#AF5605 (or 0xAF5605) is unknown color: approx Rust. HEX triplet: AF, 56 and 05. RGB value is (175,86,5). Sum of RGB (Red+Green+Blue) = 175+86+5=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5605 is #50A9FA. Grayscale: #676767. Windows color (decimal): -5286395 or 349871. OLE color: 349871.

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

Color convert

RGB175865-
CMYK00.510.970.31
HSL28.59º94.44%35.29%-
HSV(B)28.59º97.14%68.63%-
XYZ21.0315.782.08-
YUV103.3872.49179.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 65.79%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=65.79%
G=32.33%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17586500.510.970.3128.5994.4435.29
HexAF565033611F1d5e23
Octal2571265063141373513643
Binary1010111110101101010110011110000111111111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5605; }

 p { color: rgb(175,86,5); }

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

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

 a { background-color: rgb(175,86,5); }

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

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

 span { border-color: rgb(175,86,5); }

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