#AC3606

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

Shades of Rust #AC3606

Tints of Rust #AC3606

Color information

#AC3606 (or 0xAC3606) is unknown color: approx Rust. HEX triplet: AC, 36 and 06. RGB value is (172,54,6). Sum of RGB (Red+Green+Blue) = 172+54+6=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3606 is #53C9F9. Grayscale: #545454. Windows color (decimal): -5491194 or 407212. OLE color: 407212.

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

Color convert

RGB172546-
CMYK00.690.970.33
HSL17.35º93.26%34.9%-
HSV(B)17.35º96.51%67.45%-
XYZ18.3711.421.41-
YUV83.8184.09190.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.14%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=74.14%
G=23.28%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17254600.690.970.3317.3593.2634.9
HexAC3660456121115d23
Octal2546660105141412113543
Binary10101100110110110010001011100001100001100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3606; }

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

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

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

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

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

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

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

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