#A94405

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

Shades of Rust #A94405

Tints of Rust #A94405

Color information

#A94405 (or 0xA94405) is unknown color: approx Rust. HEX triplet: A9, 44 and 05. RGB value is (169,68,5). Sum of RGB (Red+Green+Blue) = 169+68+5=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A94405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94405 is #56BBFA. Grayscale: #5B5B5B. Windows color (decimal): -5684219 or 345257. OLE color: 345257.

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

Color convert

RGB169685-
CMYK00.600.970.34
HSL23.05º94.25%34.12%-
HSV(B)23.05º97.04%66.27%-
XYZ18.4612.581.6-
YUV91.0279.46183.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=69.83%
G=28.10%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16968500.600.970.3423.0594.2534.12
HexA944503C6122175e22
Octal2511045074141422713642
Binary10101001100010010101111001100001100010101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94405; }

 p { color: rgb(169,68,5); }

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

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

 a { background-color: rgb(169,68,5); }

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

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

 span { border-color: rgb(169,68,5); }

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