#AD4811

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

Shades of Rust #AD4811

Tints of Rust #AD4811

Color information

#AD4811 (or 0xAD4811) is unknown color: approx Rust. HEX triplet: AD, 48 and 11. RGB value is (173,72,17). Sum of RGB (Red+Green+Blue) = 173+72+17=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4811 is #52B7EE. Grayscale: #606060. Windows color (decimal): -5421039 or 1132717. OLE color: 1132717.

HSL color Cylindrical-coordinate representation of color #AD4811: hue angle of 21.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD4811 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB1737217-
CMYK00.580.900.32
HSL21.15º82.11%37.25%-
HSV(B)21.15º90.17%67.84%-
XYZ19.6513.562.11-
YUV95.9383.46182.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.03%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=66.03%
G=27.48%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173721700.580.900.3221.1582.1137.25
HexAD481103A5A20155225
Octal25511021072132402512245
Binary1010110110010001000101110101011010100000101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4811; }

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

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

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

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

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

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

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

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