#AF5612

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

Shades of Rust #AF5612

Tints of Rust #AF5612

Color information

#AF5612 (or 0xAF5612) is unknown color: approx Rust. HEX triplet: AF, 56 and 12. RGB value is (175,86,18). Sum of RGB (Red+Green+Blue) = 175+86+18=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5612 is #50A9ED. Grayscale: #696969. Windows color (decimal): -5286382 or 1201839. OLE color: 1201839.

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

Color convert

RGB1758618-
CMYK00.510.900.31
HSL25.99º81.35%37.84%-
HSV(B)25.99º89.71%68.63%-
XYZ21.1215.812.51-
YUV104.8678.99178.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.72%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=62.72%
G=30.82%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175861800.510.900.3125.9981.3537.84
HexAF56120335A1F1a5126
Octal25712622063132373212146
Binary101011111010110100100110011101101011111110101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5612; }

 p { color: rgb(175,86,18); }

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

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

 a { background-color: rgb(175,86,18); }

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

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

 span { border-color: rgb(175,86,18); }

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