#AC431A

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

Shades of Rust #AC431A

Tints of Rust #AC431A

Color information

#AC431A (or 0xAC431A) is unknown color: approx Rust. HEX triplet: AC, 43 and 1A. RGB value is (172,67,26). Sum of RGB (Red+Green+Blue) = 172+67+26=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431A is #53BCE5. Grayscale: #5D5D5D. Windows color (decimal): -5487846 or 1721260. OLE color: 1721260.

HSL color Cylindrical-coordinate representation of color #AC431A: hue angle of 16.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC431A is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB1726726-
CMYK00.610.850.33
HSL16.85º73.74%38.82%-
HSV(B)16.85º84.88%67.45%-
XYZ19.2112.862.45-
YUV93.7289.79183.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=64.91%
G=25.28%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172672600.610.850.3316.8573.7438.82
HexAC431A03D5521114a27
Octal25410332075125412111247
Binary1010110010000111101001111011010101100001100011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC431A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC431A; }

 p { color: rgb(172,67,26); }

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

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

 a { background-color: rgb(172,67,26); }

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

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

 span { border-color: rgb(172,67,26); }

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