#AD5708

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

Shades of Rust #AD5708

Tints of Rust #AD5708

Color information

#AD5708 (or 0xAD5708) is unknown color: approx Rust. HEX triplet: AD, 57 and 08. RGB value is (173,87,8). Sum of RGB (Red+Green+Blue) = 173+87+8=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5708 is #52A8F7. Grayscale: #686868. Windows color (decimal): -5417208 or 546733. OLE color: 546733.

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

Color convert

RGB173878-
CMYK00.500.950.32
HSL28.73º91.16%35.49%-
HSV(B)28.73º95.38%67.84%-
XYZ20.6915.722.17-
YUV103.7173.99177.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=64.55%
G=32.46%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17387800.500.950.3228.7391.1635.49
HexAD5780325F201d5b23
Octal25512710062137403513343
Binary101011011010111100001100101011111100000111011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5708; }

 p { color: rgb(173,87,8); }

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

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

 a { background-color: rgb(173,87,8); }

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

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

 span { border-color: rgb(173,87,8); }

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