#AC3F07

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

Shades of Rust #AC3F07

Tints of Rust #AC3F07

Color information

#AC3F07 (or 0xAC3F07) is unknown color: approx Rust. HEX triplet: AC, 3F and 07. RGB value is (172,63,7). Sum of RGB (Red+Green+Blue) = 172+63+7=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F07 is #53C0F8. Grayscale: #595959. Windows color (decimal): -5488889 or 475052. OLE color: 475052.

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

Color convert

RGB172637-
CMYK00.630.960.33
HSL20.36º92.18%35.1%-
HSV(B)20.36º95.93%67.45%-
XYZ18.8312.341.59-
YUV89.2181.61187.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.07%
GREEN value IS 63 (25% from 255) = 26.03%
BLUE value IS 7 (3.12% from 255) = 2.89%
R=71.07%
G=26.03%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17263700.630.960.3320.3692.1835.1
HexAC3F703F6021145c23
Octal254777077140412413443
Binary1010110011111111101111111100000100001101001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F07; }

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

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

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

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

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

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

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

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