#AC5006

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

Shades of Rust #AC5006

Tints of Rust #AC5006

Color information

#AC5006 (or 0xAC5006) is unknown color: approx Rust. HEX triplet: AC, 50 and 06. RGB value is (172,80,6). Sum of RGB (Red+Green+Blue) = 172+80+6=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5006 is #53AFF9. Grayscale: #636363. Windows color (decimal): -5484538 or 413868. OLE color: 413868.

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

Color convert

RGB172806-
CMYK00.530.970.33
HSL26.75º93.26%34.9%-
HSV(B)26.75º96.51%67.45%-
XYZ19.9114.521.93-
YUV99.0775.48180.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.67%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=66.67%
G=31.01%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17280600.530.970.3326.7593.2634.9
HexAC50603561211b5d23
Octal2541206065141413313543
Binary10101100101000011001101011100001100001110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5006; }

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

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

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

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

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

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

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

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