#AC4A0B

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

Shades of Rust #AC4A0B

Tints of Rust #AC4A0B

Color information

#AC4A0B (or 0xAC4A0B) is unknown color: approx Rust. HEX triplet: AC, 4A and 0B. RGB value is (172,74,11). Sum of RGB (Red+Green+Blue) = 172+74+11=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A0B is #53B5F4. Grayscale: #606060. Windows color (decimal): -5486069 or 740012. OLE color: 740012.

HSL color Cylindrical-coordinate representation of color #AC4A0B: hue angle of 23.48º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC4A0B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB1727411-
CMYK00.570.940.33
HSL23.48º87.98%35.88%-
HSV(B)23.48º93.6%67.45%-
XYZ19.5213.691.93-
YUV96.1279.97182.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.93%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 11 (4.69% from 255) = 4.28%
R=66.93%
G=28.79%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172741100.570.940.3323.4887.9835.88
HexAC4AB0395E21175824
Octal25411213071136412713044
Binary101011001001010101101110011011110100001101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A0B; }

 p { color: rgb(172,74,11); }

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

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

 a { background-color: rgb(172,74,11); }

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

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

 span { border-color: rgb(172,74,11); }

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