#AF3E17

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

Shades of Rust #AF3E17

Tints of Rust #AF3E17

Color information

#AF3E17 (or 0xAF3E17) is unknown color: approx Rust. HEX triplet: AF, 3E and 17. RGB value is (175,62,23). Sum of RGB (Red+Green+Blue) = 175+62+23=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E17 is #50C1E8. Grayscale: #5B5B5B. Windows color (decimal): -5292521 or 1523375. OLE color: 1523375.

HSL color Cylindrical-coordinate representation of color #AF3E17: hue angle of 15.39º 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 #AF3E17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB1756223-
CMYK00.650.870.31
HSL15.39º76.77%38.82%-
HSV(B)15.39º86.86%68.63%-
XYZ19.5612.622.22-
YUV91.3489.44187.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 67.31%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 23 (9.38% from 255) = 8.85%
R=67.31%
G=23.85%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175622300.650.870.3115.3976.7738.82
HexAF3E17041571Ff4d27
Octal25776270101127371711547
Binary10101111111110101110100000110101111111111111001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3E17; }

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

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

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

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

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

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

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

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