#AC4E0D

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

Shades of Rust #AC4E0D

Tints of Rust #AC4E0D

Color information

#AC4E0D (or 0xAC4E0D) is unknown color: approx Rust. HEX triplet: AC, 4E and 0D. RGB value is (172,78,13). Sum of RGB (Red+Green+Blue) = 172+78+13=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E0D is #53B1F2. Grayscale: #636363. Windows color (decimal): -5485043 or 872108. OLE color: 872108.

HSL color Cylindrical-coordinate representation of color #AC4E0D: hue angle of 24.53º degrees, saturation: 0.86, 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 #AC4E0D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1727813-
CMYK00.550.920.33
HSL24.53º85.95%36.27%-
HSV(B)24.53º92.44%67.45%-
XYZ19.8114.252.09-
YUV98.779.64180.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.40%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=65.40%
G=29.66%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172781300.550.920.3324.5385.9536.27
HexAC4ED0375C21195624
Octal25411615067134413112644
Binary101011001001110110101101111011100100001110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E0D; }

 p { color: rgb(172,78,13); }

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

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

 a { background-color: rgb(172,78,13); }

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

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

 span { border-color: rgb(172,78,13); }

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