#ac4514

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

Shades of Rust #AC4514

Tints of Rust #AC4514

Color information

#AC4514 (or 0xAC4514) is unknown color: approx Rust. HEX triplet: AC, 45 and 14. RGB value is (172,69,20). Sum of RGB (Red+Green+Blue) = 172+69+20=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4514 is #53BAEB. Grayscale: #5E5E5E. Windows color (decimal): -5487340 or 1328556. OLE color: 1328556.

HSL color Cylindrical-coordinate representation of color #AC4514: hue angle of 19.34º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC4514 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1726920-
CMYK00.600.880.33
HSL19.34º79.17%37.65%-
HSV(B)19.34º88.37%67.45%-
XYZ19.2713.082.17-
YUV94.2186.12183.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.90%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=65.90%
G=26.44%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172692000.600.880.3319.3479.1737.65
HexAC451403C5821134f26
Octal25410524074130412311746
Binary1010110010001011010001111001011000100001100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4514; }

 p { color: rgb(172,69,20); }

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

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

 a { background-color: rgb(172,69,20); }

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

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

 span { border-color: rgb(172,69,20); }

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