#AD4A05

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

Shades of Rust #AD4A05

Tints of Rust #AD4A05

Color information

#AD4A05 (or 0xAD4A05) is unknown color: approx Rust. HEX triplet: AD, 4A and 05. RGB value is (173,74,5). Sum of RGB (Red+Green+Blue) = 173+74+5=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A05 is #52B5FA. Grayscale: #606060. Windows color (decimal): -5420539 or 346797. OLE color: 346797.

HSL color Cylindrical-coordinate representation of color #AD4A05: hue angle of 24.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD4A05 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB173745-
CMYK00.570.970.32
HSL24.64º94.38%34.9%-
HSV(B)24.64º97.11%67.84%-
XYZ19.7113.791.77-
YUV95.7376.8183.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=68.65%
G=29.37%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17374500.570.970.3224.6494.3834.9
HexAD4A50396120195e23
Octal2551125071141403113643
Binary10101101100101010101110011100001100000110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4A05; }

 p { color: rgb(173,74,5); }

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

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

 a { background-color: rgb(173,74,5); }

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

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

 span { border-color: rgb(173,74,5); }

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