#AD4E08

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

Shades of Rust #AD4E08

Tints of Rust #AD4E08

Color information

#AD4E08 (or 0xAD4E08) is unknown color: approx Rust. HEX triplet: AD, 4E and 08. RGB value is (173,78,8). Sum of RGB (Red+Green+Blue) = 173+78+8=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD4E08 is #52B1F7. Grayscale: #626262. Windows color (decimal): -5419512 or 544429. OLE color: 544429.

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

Color convert

RGB173788-
CMYK00.550.950.32
HSL25.45º91.16%35.49%-
HSV(B)25.45º95.38%67.84%-
XYZ2014.351.95-
YUV98.4276.97181.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 66.80%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=66.80%
G=30.12%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17378800.550.950.3225.4591.1635.49
HexAD4E80375F20195b23
Octal25511610067137403113343
Binary101011011001110100001101111011111100000110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD4E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD4E08; }

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

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

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

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

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

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

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

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