#AD4C08

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

Shades of Rust #AD4C08

Tints of Rust #AD4C08

Color information

#AD4C08 (or 0xAD4C08) is unknown color: approx Rust. HEX triplet: AD, 4C and 08. RGB value is (173,76,8). Sum of RGB (Red+Green+Blue) = 173+76+8=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C08 is #52B3F7. Grayscale: #616161. Windows color (decimal): -5420024 or 543917. OLE color: 543917.

HSL color Cylindrical-coordinate representation of color #AD4C08: hue angle of 24.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 #AD4C08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB173768-
CMYK00.560.950.32
HSL24.73º91.16%35.49%-
HSV(B)24.73º95.38%67.84%-
XYZ19.8614.071.9-
YUV97.2577.64182.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.32%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=67.32%
G=29.57%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17376800.560.950.3224.7391.1635.49
HexAD4C80385F20195b23
Octal25511410070137403113343
Binary101011011001100100001110001011111100000110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4C08; }

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

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

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

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

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

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

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

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