#A44205

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

Shades of Rust #A44205

Tints of Rust #A44205

Color information

#A44205 (or 0xA44205) is unknown color: approx Rust. HEX triplet: A4, 42 and 05. RGB value is (164,66,5). Sum of RGB (Red+Green+Blue) = 164+66+5=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A44205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44205 is #5BBDFA. Grayscale: #585858. Windows color (decimal): -6012411 or 344740. OLE color: 344740.

HSL color Cylindrical-coordinate representation of color #A44205: hue angle of 23.02º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A44205 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB164665-
CMYK00.600.970.36
HSL23.02º94.08%33.14%-
HSV(B)23.02º96.95%64.31%-
XYZ17.2911.81.51-
YUV88.3580.97181.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.79%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 5 (2.34% from 255) = 2.13%
R=69.79%
G=28.09%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16466500.600.970.3623.0294.0833.14
HexA442503C6124175e21
Octal2441025074141442713641
Binary10100100100001010101111001100001100100101111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44205; }

 p { color: rgb(164,66,5); }

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

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

 a { background-color: rgb(164,66,5); }

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

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

 span { border-color: rgb(164,66,5); }

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