#AD5500

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

Shades of Rust #AD5500

Tints of Rust #AD5500

Color information

#AD5500 (or 0xAD5500) is unknown color: approx Rust. HEX triplet: AD, 55 and 00. RGB value is (173,85,0). Sum of RGB (Red+Green+Blue) = 173+85+0=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5500 is #52AAFF. Grayscale: #666666. Windows color (decimal): -5417728 or 21933. OLE color: 21933.

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

Color convert

RGB173850-
CMYK00.5110.32
HSL29.48º100%33.92%-
HSV(B)29.48º100%67.84%-
XYZ20.4815.381.89-
YUV101.6270.65178.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.05%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.05%
G=32.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17385000.5110.3229.4810033.92
HexAD55003364201d6422
Octal2551250063144403514442
Binary101011011010101001100111100100100000111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5500; }

 p { color: rgb(173,85,0); }

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

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

 a { background-color: rgb(173,85,0); }

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

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

 span { border-color: rgb(173,85,0); }

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