#AD4217

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

Shades of Rust #AD4217

Tints of Rust #AD4217

Color information

#AD4217 (or 0xAD4217) is unknown color: approx Rust. HEX triplet: AD, 42 and 17. RGB value is (173,66,23). Sum of RGB (Red+Green+Blue) = 173+66+23=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4217 is #52BDE8. Grayscale: #5D5D5D. Windows color (decimal): -5422569 or 1524397. OLE color: 1524397.

HSL color Cylindrical-coordinate representation of color #AD4217: hue angle of 17.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD4217 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB1736623-
CMYK00.620.870.32
HSL17.2º76.53%38.43%-
HSV(B)17.2º86.71%67.84%-
XYZ19.3412.842.27-
YUV93.0988.45185-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=66.03%
G=25.19%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173662300.620.870.3217.276.5338.43
HexAD421703E5720114d26
Octal25510227076127402111546
Binary1010110110000101011101111101010111100000100011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4217; }

 p { color: rgb(173,66,23); }

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

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

 a { background-color: rgb(173,66,23); }

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

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

 span { border-color: rgb(173,66,23); }

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