#AC440E

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

Shades of Rust #AC440E

Tints of Rust #AC440E

Color information

#AC440E (or 0xAC440E) is unknown color: approx Rust. HEX triplet: AC, 44 and 0E. RGB value is (172,68,14). Sum of RGB (Red+Green+Blue) = 172+68+14=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC440E is #53BBF1. Grayscale: #5D5D5D. Windows color (decimal): -5487602 or 935084. OLE color: 935084.

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

Color convert

RGB1726814-
CMYK00.600.920.33
HSL20.51º84.95%36.47%-
HSV(B)20.51º91.86%67.45%-
XYZ19.1612.941.9-
YUV92.9483.46184.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.72%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=67.72%
G=26.77%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172681400.600.920.3320.5184.9536.47
HexAC44E03C5C21155524
Octal25410416074134412512544
Binary101011001000100111001111001011100100001101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC440E; }

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

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

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

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

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

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

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

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