#AC3A09

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

Shades of Rust #AC3A09

Tints of Rust #AC3A09

Color information

#AC3A09 (or 0xAC3A09) is unknown color: approx Rust. HEX triplet: AC, 3A and 09. RGB value is (172,58,9). Sum of RGB (Red+Green+Blue) = 172+58+9=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A09 is #53C5F6. Grayscale: #565656. Windows color (decimal): -5490167 or 604844. OLE color: 604844.

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

Color convert

RGB172589-
CMYK00.660.950.33
HSL18.04º90.06%35.49%-
HSV(B)18.04º94.77%67.45%-
XYZ18.5811.821.56-
YUV86.584.27188.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.97%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 9 (3.91% from 255) = 3.77%
R=71.97%
G=24.27%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17258900.660.950.3318.0490.0635.49
HexAC3A90425F21125a23
Octal25472110102137412213243
Binary101011001110101001010000101011111100001100101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A09; }

 p { color: rgb(172,58,9); }

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

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

 a { background-color: rgb(172,58,9); }

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

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

 span { border-color: rgb(172,58,9); }

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