#AD440E

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

Shades of Rust #AD440E

Tints of Rust #AD440E

Color information

#AD440E (or 0xAD440E) is unknown color: approx Rust. HEX triplet: AD, 44 and 0E. RGB value is (173,68,14). Sum of RGB (Red+Green+Blue) = 173+68+14=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD440E is #52BBF1. Grayscale: #5D5D5D. Windows color (decimal): -5422066 or 935085. OLE color: 935085.

HSL color Cylindrical-coordinate representation of color #AD440E: hue angle of 20.38º 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 #AD440E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB1736814-
CMYK00.610.920.32
HSL20.38º85.03%36.67%-
HSV(B)20.38º91.91%67.84%-
XYZ19.3813.051.91-
YUV93.2483.29184.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.84%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 14 (5.86% from 255) = 5.49%
R=67.84%
G=26.67%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173681400.610.920.3220.3885.0336.67
HexAD44E03D5C20145525
Octal25510416075134402412545
Binary101011011000100111001111011011100100000101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD440E; }

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

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

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

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

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

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

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

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