#AC3804

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

Shades of Rust #AC3804

Tints of Rust #AC3804

Color information

#AC3804 (or 0xAC3804) is unknown color: approx Rust. HEX triplet: AC, 38 and 04. RGB value is (172,56,4). Sum of RGB (Red+Green+Blue) = 172+56+4=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3804 is #53C7FB. Grayscale: #555555. Windows color (decimal): -5490684 or 276652. OLE color: 276652.

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

Color convert

RGB172564-
CMYK00.670.980.33
HSL18.57º95.45%34.51%-
HSV(B)18.57º97.67%67.45%-
XYZ18.4511.611.38-
YUV84.7682.43190.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.14%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=74.14%
G=24.14%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17256400.670.980.3318.5795.4534.51
HexAC3840436221135f23
Octal2547040103142412313743
Binary10101100111000100010000111100010100001100111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3804; }

 p { color: rgb(172,56,4); }

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

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

 a { background-color: rgb(172,56,4); }

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

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

 span { border-color: rgb(172,56,4); }

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