#AF5111

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

Shades of Rust #AF5111

Tints of Rust #AF5111

Color information

#AF5111 (or 0xAF5111) is unknown color: approx Rust. HEX triplet: AF, 51 and 11. RGB value is (175,81,17). Sum of RGB (Red+Green+Blue) = 175+81+17=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5111 is #50AEEE. Grayscale: #666666. Windows color (decimal): -5287663 or 1135023. OLE color: 1135023.

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

Color convert

RGB1758117-
CMYK00.540.900.31
HSL24.3º82.29%37.65%-
HSV(B)24.3º90.29%68.63%-
XYZ20.7215.042.34-
YUV101.8180.14180.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=64.10%
G=29.67%
B=6.23%

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
Decimal175811700.540.900.3124.382.2937.65
HexAF51110365A1F185226
Octal25712121066132373012246
Binary101011111010001100010110110101101011111110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5111; }

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

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

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

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

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

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

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

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