#AC4605

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

Shades of Rust #AC4605

Tints of Rust #AC4605

Color information

#AC4605 (or 0xAC4605) is unknown color: approx Rust. HEX triplet: AC, 46 and 05. RGB value is (172,70,5). Sum of RGB (Red+Green+Blue) = 172+70+5=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4605 is #53B9FA. Grayscale: #5D5D5D. Windows color (decimal): -5487099 or 345772. OLE color: 345772.

HSL color Cylindrical-coordinate representation of color #AC4605: hue angle of 23.35º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4605 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB172705-
CMYK00.590.970.33
HSL23.35º94.35%34.71%-
HSV(B)23.35º97.09%67.45%-
XYZ19.2313.161.67-
YUV93.0978.29184.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=69.64%
G=28.34%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17270500.590.970.3323.3594.3534.71
HexAC46503B6121175e23
Octal2541065073141412713643
Binary10101100100011010101110111100001100001101111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4605; }

 p { color: rgb(172,70,5); }

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

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

 a { background-color: rgb(172,70,5); }

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

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

 span { border-color: rgb(172,70,5); }

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