#A44600

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

Shades of Rust #A44600

Tints of Rust #A44600

Color information

#A44600 (or 0xA44600) is unknown color: approx Rust. HEX triplet: A4, 46 and 00. RGB value is (164,70,0). Sum of RGB (Red+Green+Blue) = 164+70+0=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44600 is #5BB9FF. Grayscale: #5A5A5A. Windows color (decimal): -6011392 or 18084. OLE color: 18084.

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

Color convert

RGB164700-
CMYK00.5710.36
HSL25.61º100%32.16%-
HSV(B)25.61º100%64.31%-
XYZ17.512.271.45-
YUV90.1377.14180.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 70.09%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.09%
G=29.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16470000.5710.3625.6110032.16
HexA446003964241a6420
Octal2441060071144443214440
Binary101001001000110001110011100100100100110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44600; }

 p { color: rgb(164,70,0); }

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

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

 a { background-color: rgb(164,70,0); }

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

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

 span { border-color: rgb(164,70,0); }

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