#AD4A01

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

Shades of Rust #AD4A01

Tints of Rust #AD4A01

Color information

#AD4A01 (or 0xAD4A01) is unknown color: approx Rust. HEX triplet: AD, 4A and 01. RGB value is (173,74,1). Sum of RGB (Red+Green+Blue) = 173+74+1=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4A01 is #52B5FE. Grayscale: #5F5F5F. Windows color (decimal): -5420543 or 84653. OLE color: 84653.

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

Color convert

RGB173741-
CMYK00.570.990.32
HSL25.47º98.85%34.12%-
HSV(B)25.47º99.42%67.84%-
XYZ19.6913.781.65-
YUV95.2874.8183.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 69.76%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=69.76%
G=29.84%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17374100.570.990.3225.4798.8534.12
HexAD4A10396320196322
Octal2551121071143403114342
Binary101011011001010101110011100011100000110011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4A01; }

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

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

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

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

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

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

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

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