#AF570D

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

Shades of Rust #AF570D

Tints of Rust #AF570D

Color information

#AF570D (or 0xAF570D) is unknown color: approx Rust. HEX triplet: AF, 57 and 0D. RGB value is (175,87,13). Sum of RGB (Red+Green+Blue) = 175+87+13=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF570D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF570D is #50A8F2. Grayscale: #696969. Windows color (decimal): -5286131 or 874415. OLE color: 874415.

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

Color convert

RGB1758713-
CMYK00.500.930.31
HSL27.41º86.17%36.86%-
HSV(B)27.41º92.57%68.63%-
XYZ21.1615.962.35-
YUV104.8876.15178.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 63.64%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=63.64%
G=31.64%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175871300.500.930.3127.4186.1736.86
HexAF57D0325D1F1b5625
Octal25712715062135373312645
Binary10101111101011111010110010101110111111110111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF570D; }

 p { color: rgb(175,87,13); }

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

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

 a { background-color: rgb(175,87,13); }

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

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

 span { border-color: rgb(175,87,13); }

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