#AC4A07

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

Shades of Rust #AC4A07

Tints of Rust #AC4A07

Color information

#AC4A07 (or 0xAC4A07) is unknown color: approx Rust. HEX triplet: AC, 4A and 07. RGB value is (172,74,7). Sum of RGB (Red+Green+Blue) = 172+74+7=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A07 is #53B5F8. Grayscale: #606060. Windows color (decimal): -5486073 or 477868. OLE color: 477868.

HSL color Cylindrical-coordinate representation of color #AC4A07: hue angle of 24.36º 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 #AC4A07 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB172747-
CMYK00.570.960.33
HSL24.36º92.18%35.1%-
HSV(B)24.36º95.93%67.45%-
XYZ19.513.681.81-
YUV95.6677.97182.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 7 (3.12% from 255) = 2.77%
R=67.98%
G=29.25%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17274700.570.960.3324.3692.1835.1
HexAC4A70396021185c23
Octal2541127071140413013443
Binary10101100100101011101110011100000100001110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A07; }

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

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

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

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

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

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

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

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