#AD4518

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

Shades of Rust #AD4518

Tints of Rust #AD4518

Color information

#AD4518 (or 0xAD4518) is unknown color: approx Rust. HEX triplet: AD, 45 and 18. RGB value is (173,69,24). Sum of RGB (Red+Green+Blue) = 173+69+24=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4518 is #52BAE7. Grayscale: #5F5F5F. Windows color (decimal): -5421800 or 1590701. OLE color: 1590701.

HSL color Cylindrical-coordinate representation of color #AD4518: hue angle of 18.12º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD4518 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1736924-
CMYK00.600.860.32
HSL18.12º75.63%38.63%-
HSV(B)18.12º86.13%67.84%-
XYZ19.5313.212.38-
YUV94.9787.96183.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.04%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 24 (9.77% from 255) = 9.02%
R=65.04%
G=25.94%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173692400.600.860.3218.1275.6338.63
HexAD451803C5620124c27
Octal25510530074126402211447
Binary1010110110001011100001111001010110100000100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4518; }

 p { color: rgb(173,69,24); }

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

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

 a { background-color: rgb(173,69,24); }

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

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

 span { border-color: rgb(173,69,24); }

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