#A34812

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

Shades of Rust #A34812

Tints of Rust #A34812

Color information

#A34812 (or 0xA34812) is unknown color: approx Rust. HEX triplet: A3, 48 and 12. RGB value is (163,72,18). Sum of RGB (Red+Green+Blue) = 163+72+18=253 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.43% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 163 - color contains mainly: red. Hex color #A34812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34812 is #5CB7ED. Grayscale: #5D5D5D. Windows color (decimal): -6076398 or 1198243. OLE color: 1198243.

HSL color Cylindrical-coordinate representation of color #A34812: hue angle of 22.34º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A34812 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1637218-
CMYK00.560.890.36
HSL22.34º80.11%35.49%-
HSV(B)22.34º88.96%63.92%-
XYZ17.5312.462.05-
YUV93.0585.65177.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.43%
GREEN value IS 72 (28.52% from 255) = 28.46%
BLUE value IS 18 (7.42% from 255) = 7.11%
R=64.43%
G=28.46%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163721800.560.890.3622.3480.1135.49
HexA348120385924165023
Octal24311022070131442612043
Binary1010001110010001001001110001011001100100101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34812; }

 p { color: rgb(163,72,18); }

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

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

 a { background-color: rgb(163,72,18); }

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

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

 span { border-color: rgb(163,72,18); }

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