#AD4305

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

Shades of Rust #AD4305

Tints of Rust #AD4305

Color information

#AD4305 (or 0xAD4305) is unknown color: approx Rust. HEX triplet: AD, 43 and 05. RGB value is (173,67,5). Sum of RGB (Red+Green+Blue) = 173+67+5=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4305 is #52BCFA. Grayscale: #5B5B5B. Windows color (decimal): -5422331 or 345005. OLE color: 345005.

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

Color convert

RGB173675-
CMYK00.610.970.32
HSL22.14º94.38%34.9%-
HSV(B)22.14º97.11%67.84%-
XYZ19.2712.911.62-
YUV91.6379.12186.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 70.61%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=70.61%
G=27.35%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17367500.610.970.3222.1494.3834.9
HexAD43503D6120165e23
Octal2551035075141402613643
Binary10101101100001110101111011100001100000101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4305; }

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

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

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

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

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

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

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

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