#AD5201

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

Shades of Rust #AD5201

Tints of Rust #AD5201

Color information

#AD5201 (or 0xAD5201) is unknown color: approx Rust. HEX triplet: AD, 52 and 01. RGB value is (173,82,1). Sum of RGB (Red+Green+Blue) = 173+82+1=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5201 is #52ADFE. Grayscale: #646464. Windows color (decimal): -5418495 or 86701. OLE color: 86701.

HSL color Cylindrical-coordinate representation of color #AD5201: hue angle of 28.26º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD5201 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB173821-
CMYK00.530.990.32
HSL28.26º98.85%34.12%-
HSV(B)28.26º99.42%67.84%-
XYZ20.2614.921.84-
YUV99.9872.15180.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=67.58%
G=32.03%
B=0.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17382100.530.990.3228.2698.8534.12
HexAD52103563201c6322
Octal2551221065143403414342
Binary101011011010010101101011100011100000111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5201; }

 p { color: rgb(173,82,1); }

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

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

 a { background-color: rgb(173,82,1); }

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

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

 span { border-color: rgb(173,82,1); }

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