#AC3607

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

Shades of Rust #AC3607

Tints of Rust #AC3607

Color information

#AC3607 (or 0xAC3607) is unknown color: approx Rust. HEX triplet: AC, 36 and 07. RGB value is (172,54,7). Sum of RGB (Red+Green+Blue) = 172+54+7=233 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.82% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3607 is #53C9F8. Grayscale: #545454. Windows color (decimal): -5491193 or 472748. OLE color: 472748.

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

Color convert

RGB172547-
CMYK00.690.960.33
HSL17.09º92.18%35.1%-
HSV(B)17.09º95.93%67.45%-
XYZ18.3711.421.44-
YUV83.9284.59190.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.82%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 7 (3.12% from 255) = 3.00%
R=73.82%
G=23.18%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17254700.690.960.3317.0992.1835.1
HexAC3670456021115c23
Octal2546670105140412113443
Binary10101100110110111010001011100000100001100011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3607; }

 p { color: rgb(172,54,7); }

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

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

 a { background-color: rgb(172,54,7); }

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

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

 span { border-color: rgb(172,54,7); }

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