#AC5111

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

Shades of Rust #AC5111

Tints of Rust #AC5111

Color information

#AC5111 (or 0xAC5111) is unknown color: approx Rust. HEX triplet: AC, 51 and 11. RGB value is (172,81,17). Sum of RGB (Red+Green+Blue) = 172+81+17=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5111 is #53AEEE. Grayscale: #656565. Windows color (decimal): -5484271 or 1135020. OLE color: 1135020.

HSL color Cylindrical-coordinate representation of color #AC5111: hue angle of 24.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5111 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1728117-
CMYK00.530.900.33
HSL24.77º82.01%37.06%-
HSV(B)24.77º90.12%67.45%-
XYZ20.0614.72.31-
YUV100.9180.65178.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.70%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 6.30%
R=63.70%
G=30%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172811700.530.900.3324.7782.0137.06
HexAC51110355A21195225
Octal25412121065132413112245
Binary1010110010100011000101101011011010100001110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5111; }

 p { color: rgb(172,81,17); }

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

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

 a { background-color: rgb(172,81,17); }

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

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

 span { border-color: rgb(172,81,17); }

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