#AF5513

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

Shades of Rust #AF5513

Tints of Rust #AF5513

Color information

#AF5513 (or 0xAF5513) is unknown color: approx Rust. HEX triplet: AF, 55 and 13. RGB value is (175,85,19). Sum of RGB (Red+Green+Blue) = 175+85+19=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5513 is #50AAEC. Grayscale: #686868. Windows color (decimal): -5286637 or 1267119. OLE color: 1267119.

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

Color convert

RGB1758519-
CMYK00.510.890.31
HSL25.38º80.41%38.04%-
HSV(B)25.38º89.14%68.63%-
XYZ21.0515.662.53-
YUV104.3979.82178.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=62.72%
G=30.47%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175851900.510.890.3125.3880.4138.04
HexAF5513033591F195026
Octal25712523063131373112046
Binary101011111010101100110110011101100111111110011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5513; }

 p { color: rgb(175,85,19); }

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

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

 a { background-color: rgb(175,85,19); }

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

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

 span { border-color: rgb(175,85,19); }

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