#AD4E0E

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

Shades of Rust #AD4E0E

Tints of Rust #AD4E0E

Color information

#AD4E0E (or 0xAD4E0E) is unknown color: approx Rust. HEX triplet: AD, 4E and 0E. RGB value is (173,78,14). Sum of RGB (Red+Green+Blue) = 173+78+14=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E0E is #52B1F1. Grayscale: #636363. Windows color (decimal): -5419506 or 937645. OLE color: 937645.

HSL color Cylindrical-coordinate representation of color #AD4E0E: hue angle of 24.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD4E0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB1737814-
CMYK00.550.920.32
HSL24.15º85.03%36.67%-
HSV(B)24.15º91.91%67.84%-
XYZ20.0414.362.13-
YUV99.1179.97180.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 65.28%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=65.28%
G=29.43%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173781400.550.920.3224.1585.0336.67
HexAD4EE0375C20185525
Octal25511616067134403012545
Binary101011011001110111001101111011100100000110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E0E; }

 p { color: rgb(173,78,14); }

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

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

 a { background-color: rgb(173,78,14); }

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

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

 span { border-color: rgb(173,78,14); }

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