#AC4F06

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

Shades of Rust #AC4F06

Tints of Rust #AC4F06

Color information

#AC4F06 (or 0xAC4F06) is unknown color: approx Rust. HEX triplet: AC, 4F and 06. RGB value is (172,79,6). Sum of RGB (Red+Green+Blue) = 172+79+6=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F06 is #53B0F9. Grayscale: #626262. Windows color (decimal): -5484794 or 413612. OLE color: 413612.

HSL color Cylindrical-coordinate representation of color #AC4F06: hue angle of 26.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4F06 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB172796-
CMYK00.540.970.33
HSL26.39º93.26%34.9%-
HSV(B)26.39º96.51%67.45%-
XYZ19.8414.381.9-
YUV98.4875.81180.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.93%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=66.93%
G=30.74%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17279600.540.970.3326.3993.2634.9
HexAC4F603661211a5d23
Octal2541176066141413213543
Binary10101100100111111001101101100001100001110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4F06; }

 p { color: rgb(172,79,6); }

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

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

 a { background-color: rgb(172,79,6); }

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

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

 span { border-color: rgb(172,79,6); }

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