#AC510F

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

Shades of Rust #AC510F

Tints of Rust #AC510F

Color information

#AC510F (or 0xAC510F) is unknown color: approx Rust. HEX triplet: AC, 51 and 0F. RGB value is (172,81,15). Sum of RGB (Red+Green+Blue) = 172+81+15=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC510F is #53AEF0. Grayscale: #656565. Windows color (decimal): -5484273 or 1003948. OLE color: 1003948.

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

Color convert

RGB1728115-
CMYK00.530.910.33
HSL25.22º83.96%36.67%-
HSV(B)25.22º91.28%67.45%-
XYZ20.0414.692.23-
YUV100.6879.65178.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.18%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=64.18%
G=30.22%
B=5.60%

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
Decimal172811500.530.910.3325.2283.9636.67
HexAC51F0355B21195425
Octal25412117065133413112445
Binary101011001010001111101101011011011100001110011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC510F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC510F; }

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

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

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

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

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

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

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

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