#AD4715

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

Shades of Rust #AD4715

Tints of Rust #AD4715

Color information

#AD4715 (or 0xAD4715) is unknown color: approx Rust. HEX triplet: AD, 47 and 15. RGB value is (173,71,21). Sum of RGB (Red+Green+Blue) = 173+71+21=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4715 is #52B8EA. Grayscale: #606060. Windows color (decimal): -5421291 or 1394605. OLE color: 1394605.

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

Color convert

RGB1737121-
CMYK00.590.880.32
HSL19.74º78.35%38.04%-
HSV(B)19.74º87.86%67.84%-
XYZ19.6213.442.27-
YUV95.885.79183.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=65.28%
G=26.79%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173712100.590.880.3219.7478.3538.04
HexAD471503B5820144e26
Octal25510725073130402411646
Binary1010110110001111010101110111011000100000101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4715; }

 p { color: rgb(173,71,21); }

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

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

 a { background-color: rgb(173,71,21); }

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

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

 span { border-color: rgb(173,71,21); }

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