#AC4414

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

Shades of Rust #AC4414

Tints of Rust #AC4414

Color information

#AC4414 (or 0xAC4414) is unknown color: approx Rust. HEX triplet: AC, 44 and 14. RGB value is (172,68,20). Sum of RGB (Red+Green+Blue) = 172+68+20=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4414 is #53BBEB. Grayscale: #5D5D5D. Windows color (decimal): -5487596 or 1328300. OLE color: 1328300.

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

Color convert

RGB1726820-
CMYK00.600.880.33
HSL18.95º79.17%37.65%-
HSV(B)18.95º88.37%67.45%-
XYZ19.2112.962.15-
YUV93.6286.46183.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.15%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 20 (8.20% from 255) = 7.69%
R=66.15%
G=26.15%
B=7.69%

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
Decimal172682000.600.880.3318.9579.1737.65
HexAC441403C5821134f26
Octal25410424074130412311746
Binary1010110010001001010001111001011000100001100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4414; }

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

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

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

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

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

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

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

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