#AC5302

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

Shades of Rust #AC5302

Tints of Rust #AC5302

Color information

#AC5302 (or 0xAC5302) is unknown color: approx Rust. HEX triplet: AC, 53 and 02. RGB value is (172,83,2). Sum of RGB (Red+Green+Blue) = 172+83+2=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5302 is #53ACFD. Grayscale: #646464. Windows color (decimal): -5483774 or 152492. OLE color: 152492.

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

Color convert

RGB172832-
CMYK00.520.990.33
HSL28.59º97.7%34.12%-
HSV(B)28.59º98.84%67.45%-
XYZ20.1214.961.88-
YUV100.3872.49179.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 66.93%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=66.93%
G=32.30%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17283200.520.990.3328.5997.734.12
HexAC53203463211d6222
Octal2541232064143413514242
Binary1010110010100111001101001100011100001111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5302; }

 p { color: rgb(172,83,2); }

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

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

 a { background-color: rgb(172,83,2); }

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

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

 span { border-color: rgb(172,83,2); }

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