#AC4106

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

Shades of Rust #AC4106

Tints of Rust #AC4106

Color information

#AC4106 (or 0xAC4106) is unknown color: approx Rust. HEX triplet: AC, 41 and 06. RGB value is (172,65,6). Sum of RGB (Red+Green+Blue) = 172+65+6=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4106 is #53BEF9. Grayscale: #5A5A5A. Windows color (decimal): -5488378 or 410028. OLE color: 410028.

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

Color convert

RGB172656-
CMYK00.620.970.33
HSL21.33º93.26%34.9%-
HSV(B)21.33º96.51%67.45%-
XYZ18.9412.561.6-
YUV90.2780.45186.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.78%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=70.78%
G=26.75%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17265600.620.970.3321.3393.2634.9
HexAC41603E6121155d23
Octal2541016076141412513543
Binary10101100100000111001111101100001100001101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4106; }

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

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

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

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

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

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

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

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