#A34316

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

Shades of Rust #A34316

Tints of Rust #A34316

Color information

#A34316 (or 0xA34316) is unknown color: approx Rust. HEX triplet: A3, 43 and 16. RGB value is (163,67,22). Sum of RGB (Red+Green+Blue) = 163+67+22=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A34316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34316 is #5CBCE9. Grayscale: #5A5A5A. Windows color (decimal): -6077674 or 1459107. OLE color: 1459107.

HSL color Cylindrical-coordinate representation of color #A34316: hue angle of 19.15º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A34316 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1636722-
CMYK00.590.870.36
HSL19.15º76.22%36.27%-
HSV(B)19.15º86.5%63.92%-
XYZ17.2611.862.14-
YUV90.5789.3179.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=64.68%
G=26.59%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163672200.590.870.3619.1576.2236.27
HexA3431603B5724134c24
Octal24310326073127442311444
Binary1010001110000111011001110111010111100100100111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34316; }

 p { color: rgb(163,67,22); }

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

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

 a { background-color: rgb(163,67,22); }

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

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

 span { border-color: rgb(163,67,22); }

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