#A14017

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

Shades of Rust #A14017

Tints of Rust #A14017

Color information

#A14017 (or 0xA14017) is unknown color: approx Rust. HEX triplet: A1, 40 and 17. RGB value is (161,64,23). Sum of RGB (Red+Green+Blue) = 161+64+23=248 (32% of max value = 765). Red value is 161 (63.28% from 255 or 64.92% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 161 - color contains mainly: red. Hex color #A14017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14017 is #5EBFE8. Grayscale: #585858. Windows color (decimal): -6209513 or 1523873. OLE color: 1523873.

HSL color Cylindrical-coordinate representation of color #A14017: hue angle of 17.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14017 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1616423-
CMYK00.600.860.37
HSL17.83º75%36.08%-
HSV(B)17.83º85.71%63.14%-
XYZ16.6911.312.11-
YUV88.3391.14179.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.92%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 23 (9.38% from 255) = 9.27%
R=64.92%
G=25.81%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161642300.600.860.3717.837536.08
HexA1401703C5625124b24
Octal24110027074126452211344
Binary1010000110000001011101111001010110100101100101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14017; }

 p { color: rgb(161,64,23); }

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

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

 a { background-color: rgb(161,64,23); }

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

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

 span { border-color: rgb(161,64,23); }

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