#A34711

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

Shades of Rust #A34711

Tints of Rust #A34711

Color information

#A34711 (or 0xA34711) is unknown color: approx Rust. HEX triplet: A3, 47 and 11. RGB value is (163,71,17). Sum of RGB (Red+Green+Blue) = 163+71+17=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34711 is #5CB8EE. Grayscale: #5C5C5C. Windows color (decimal): -6076655 or 1132451. OLE color: 1132451.

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

Color convert

RGB1637117-
CMYK00.560.900.36
HSL22.19º81.11%35.29%-
HSV(B)22.19º89.57%63.92%-
XYZ17.4612.331.99-
YUV92.3585.48178.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.94%
GREEN value IS 71 (28.12% from 255) = 28.29%
BLUE value IS 17 (7.03% from 255) = 6.77%
R=64.94%
G=28.29%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163711700.560.900.3622.1981.1135.29
HexA347110385A24165123
Octal24310721070132442612143
Binary1010001110001111000101110001011010100100101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34711; }

 p { color: rgb(163,71,17); }

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

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

 a { background-color: rgb(163,71,17); }

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

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

 span { border-color: rgb(163,71,17); }

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