#AC3807

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

Shades of Rust #AC3807

Tints of Rust #AC3807

Color information

#AC3807 (or 0xAC3807) is unknown color: approx Rust. HEX triplet: AC, 38 and 07. RGB value is (172,56,7). Sum of RGB (Red+Green+Blue) = 172+56+7=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3807 is #53C7F8. Grayscale: #555555. Windows color (decimal): -5490681 or 473260. OLE color: 473260.

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

Color convert

RGB172567-
CMYK00.670.960.33
HSL17.82º92.18%35.1%-
HSV(B)17.82º95.93%67.45%-
XYZ18.4711.611.47-
YUV85.183.93189.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 73.19%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=73.19%
G=23.83%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17256700.670.960.3317.8292.1835.1
HexAC3870436021125c23
Octal2547070103140412213443
Binary10101100111000111010000111100000100001100101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3807; }

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

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

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

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

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

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

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

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