#AC3A10

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

Shades of Rust #AC3A10

Tints of Rust #AC3A10

Color information

#AC3A10 (or 0xAC3A10) is unknown color: approx Rust. HEX triplet: AC, 3A and 10. RGB value is (172,58,16). Sum of RGB (Red+Green+Blue) = 172+58+16=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A10 is #53C5EF. Grayscale: #575757. Windows color (decimal): -5490160 or 1063596. OLE color: 1063596.

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

Color convert

RGB1725816-
CMYK00.660.910.33
HSL16.15º82.98%36.86%-
HSV(B)16.15º90.7%67.45%-
XYZ18.6211.831.79-
YUV87.387.77188.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.92%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=69.92%
G=23.58%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172581600.660.910.3316.1582.9836.86
HexAC3A100425B21105325
Octal25472200102133412012345
Binary1010110011101010000010000101011011100001100001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A10; }

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

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

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

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

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

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

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

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