#AF4F11

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

Shades of Rust #AF4F11

Tints of Rust #AF4F11

Color information

#AF4F11 (or 0xAF4F11) is unknown color: approx Rust. HEX triplet: AF, 4F and 11. RGB value is (175,79,17). Sum of RGB (Red+Green+Blue) = 175+79+17=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4F11 is #50B0EE. Grayscale: #646464. Windows color (decimal): -5288175 or 1134511. OLE color: 1134511.

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

Color convert

RGB1757917-
CMYK00.550.900.31
HSL23.54º82.29%37.65%-
HSV(B)23.54º90.29%68.63%-
XYZ20.5814.752.29-
YUV100.6480.8181.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.58%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=64.58%
G=29.15%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175791700.550.900.3123.5482.2937.65
HexAF4F110375A1F185226
Octal25711721067132373012246
Binary101011111001111100010110111101101011111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4F11; }

 p { color: rgb(175,79,17); }

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

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

 a { background-color: rgb(175,79,17); }

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

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

 span { border-color: rgb(175,79,17); }

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