#ac3214

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

Shades of Rust #AC3214

Tints of Rust #AC3214

Color information

#AC3214 (or 0xAC3214) is unknown color: approx Rust. HEX triplet: AC, 32 and 14. RGB value is (172,50,20). Sum of RGB (Red+Green+Blue) = 172+50+20=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3214 is #53CDEB. Grayscale: #535353. Windows color (decimal): -5492204 or 1323692. OLE color: 1323692.

HSL color Cylindrical-coordinate representation of color #AC3214: hue angle of 11.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3214 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1725020-
CMYK00.710.880.33
HSL11.84º79.17%37.65%-
HSV(B)11.84º88.37%67.45%-
XYZ18.2811.11.84-
YUV83.0692.42191.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.07%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 20 (8.20% from 255) = 8.26%
R=71.07%
G=20.66%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172502000.710.880.3311.8479.1737.65
HexAC32140475821c4f26
Octal25462240107130411411746
Binary101011001100101010001000111101100010000111001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3214; }

 p { color: rgb(172,50,20); }

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

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

 a { background-color: rgb(172,50,20); }

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

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

 span { border-color: rgb(172,50,20); }

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