#AC5505

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

Shades of Rust #AC5505

Tints of Rust #AC5505

Color information

#AC5505 (or 0xAC5505) is unknown color: approx Rust. HEX triplet: AC, 55 and 05. RGB value is (172,85,5). Sum of RGB (Red+Green+Blue) = 172+85+5=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5505 is #53AAFA. Grayscale: #666666. Windows color (decimal): -5483259 or 349612. OLE color: 349612.

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

Color convert

RGB172855-
CMYK00.510.970.33
HSL28.74º94.35%34.71%-
HSV(B)28.74º97.09%67.45%-
XYZ20.2915.282.02-
YUV101.8973.32178-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 65.65%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=65.65%
G=32.44%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17285500.510.970.3328.7494.3534.71
HexAC55503361211d5e23
Octal2541255063141413513643
Binary10101100101010110101100111100001100001111011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5505; }

 p { color: rgb(172,85,5); }

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

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

 a { background-color: rgb(172,85,5); }

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

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

 span { border-color: rgb(172,85,5); }

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