#AC500F

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

Shades of Rust #AC500F

Tints of Rust #AC500F

Color information

#AC500F (or 0xAC500F) is unknown color: approx Rust. HEX triplet: AC, 50 and 0F. RGB value is (172,80,15). Sum of RGB (Red+Green+Blue) = 172+80+15=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC500F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC500F is #53AFF0. Grayscale: #646464. Windows color (decimal): -5484529 or 1003692. OLE color: 1003692.

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

Color convert

RGB1728015-
CMYK00.530.910.33
HSL24.84º83.96%36.67%-
HSV(B)24.84º91.28%67.45%-
XYZ19.9714.542.21-
YUV100.179.98179.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.42%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=64.42%
G=29.96%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172801500.530.910.3324.8483.9636.67
HexAC50F0355B21195425
Octal25412017065133413112445
Binary101011001010000111101101011011011100001110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC500F; }

 p { color: rgb(172,80,15); }

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

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

 a { background-color: rgb(172,80,15); }

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

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

 span { border-color: rgb(172,80,15); }

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