#AF3C17

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

Shades of Rust #AF3C17

Tints of Rust #AF3C17

Color information

#AF3C17 (or 0xAF3C17) is unknown color: approx Rust. HEX triplet: AF, 3C and 17. RGB value is (175,60,23). Sum of RGB (Red+Green+Blue) = 175+60+23=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3C17 is #50C3E8. Grayscale: #5A5A5A. Windows color (decimal): -5293033 or 1522863. OLE color: 1522863.

HSL color Cylindrical-coordinate representation of color #AF3C17: hue angle of 14.61º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF3C17 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1756023-
CMYK00.660.870.31
HSL14.61º76.77%38.82%-
HSV(B)14.61º86.86%68.63%-
XYZ19.4512.412.18-
YUV90.1790.1188.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.83%
GREEN value IS 60 (23.83% from 255) = 23.26%
BLUE value IS 23 (9.38% from 255) = 8.91%
R=67.83%
G=23.26%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175602300.660.870.3114.6176.7738.82
HexAF3C17042571Ff4d27
Octal25774270102127371711547
Binary10101111111100101110100001010101111111111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C17; }

 p { color: rgb(175,60,23); }

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

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

 a { background-color: rgb(175,60,23); }

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

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

 span { border-color: rgb(175,60,23); }

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