#AF500F

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

Shades of Rust #AF500F

Tints of Rust #AF500F

Color information

#AF500F (or 0xAF500F) is unknown color: approx Rust. HEX triplet: AF, 50 and 0F. RGB value is (175,80,15). Sum of RGB (Red+Green+Blue) = 175+80+15=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF500F is #50AFF0. Grayscale: #656565. Windows color (decimal): -5287921 or 1003695. OLE color: 1003695.

HSL color Cylindrical-coordinate representation of color #AF500F: hue angle of 24.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF500F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1758015-
CMYK00.540.910.31
HSL24.38º84.21%37.25%-
HSV(B)24.38º91.43%68.63%-
XYZ20.6314.892.24-
YUV100.9979.47180.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.81%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=64.81%
G=29.63%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175801500.540.910.3124.3884.2137.25
HexAF50F0365B1F185425
Octal25712017066133373012445
Binary10101111101000011110110110101101111111110001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF500F; }

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

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

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

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

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

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

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

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