#AC3E07

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

Shades of Rust #AC3E07

Tints of Rust #AC3E07

Color information

#AC3E07 (or 0xAC3E07) is unknown color: approx Rust. HEX triplet: AC, 3E and 07. RGB value is (172,62,7). Sum of RGB (Red+Green+Blue) = 172+62+7=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E07 is #53C1F8. Grayscale: #585858. Windows color (decimal): -5489145 or 474796. OLE color: 474796.

HSL color Cylindrical-coordinate representation of color #AC3E07: hue angle of 20º 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 #AC3E07 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB172627-
CMYK00.640.960.33
HSL20º92.18%35.1%-
HSV(B)20º95.93%67.45%-
XYZ18.7712.231.57-
YUV88.6281.94187.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=71.37%
G=25.73%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17262700.640.960.332092.1835.1
HexAC3E70406021145c23
Octal2547670100140412413443
Binary10101100111110111010000001100000100001101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E07; }

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

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

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

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

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

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

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

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