#AD4819

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

Shades of Rust #AD4819

Tints of Rust #AD4819

Color information

#AD4819 (or 0xAD4819) is unknown color: approx Rust. HEX triplet: AD, 48 and 19. RGB value is (173,72,25). Sum of RGB (Red+Green+Blue) = 173+72+25=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4819 is #52B7E6. Grayscale: #616161. Windows color (decimal): -5421031 or 1657005. OLE color: 1657005.

HSL color Cylindrical-coordinate representation of color #AD4819: hue angle of 19.05º degrees, saturation: 0.75, 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 #AD4819 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1737225-
CMYK00.580.860.32
HSL19.05º74.75%38.82%-
HSV(B)19.05º85.55%67.84%-
XYZ19.7313.592.5-
YUV96.8487.46182.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.07%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 25 (10.16% from 255) = 9.26%
R=64.07%
G=26.67%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173722500.580.860.3219.0574.7538.82
HexAD481903A5620134b27
Octal25511031072126402311347
Binary1010110110010001100101110101010110100000100111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4819; }

 p { color: rgb(173,72,25); }

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

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

 a { background-color: rgb(173,72,25); }

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

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

 span { border-color: rgb(173,72,25); }

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