#AF5011

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

Shades of Rust #AF5011

Tints of Rust #AF5011

Color information

#AF5011 (or 0xAF5011) is unknown color: approx Rust. HEX triplet: AF, 50 and 11. RGB value is (175,80,17). Sum of RGB (Red+Green+Blue) = 175+80+17=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5011 is #50AFEE. Grayscale: #656565. Windows color (decimal): -5287919 or 1134767. OLE color: 1134767.

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

Color convert

RGB1758017-
CMYK00.540.900.31
HSL23.92º82.29%37.65%-
HSV(B)23.92º90.29%68.63%-
XYZ20.6514.892.32-
YUV101.2280.47180.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 17 (7.03% from 255) = 6.25%
R=64.34%
G=29.41%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175801700.540.900.3123.9282.2937.65
HexAF50110365A1F185226
Octal25712021066132373012246
Binary101011111010000100010110110101101011111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5011; }

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

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

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

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

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

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

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

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