#A64219

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

Shades of Rust #A64219

Tints of Rust #A64219

Color information

#A64219 (or 0xA64219) is unknown color: approx Rust. HEX triplet: A6, 42 and 19. RGB value is (166,66,25). Sum of RGB (Red+Green+Blue) = 166+66+25=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A64219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64219 is #59BDE6. Grayscale: #5B5B5B. Windows color (decimal): -5881319 or 1655462. OLE color: 1655462.

HSL color Cylindrical-coordinate representation of color #A64219: hue angle of 17.45º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A64219 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1666625-
CMYK00.600.850.35
HSL17.45º73.82%37.45%-
HSV(B)17.45º84.94%65.1%-
XYZ17.8512.072.31-
YUV91.2390.63181.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=64.59%
G=25.68%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166662500.600.850.3517.4573.8237.45
HexA6421903C5523114a25
Octal24610231074125432111245
Binary1010011010000101100101111001010101100011100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64219; }

 p { color: rgb(166,66,25); }

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

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

 a { background-color: rgb(166,66,25); }

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

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

 span { border-color: rgb(166,66,25); }

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