#A94D11

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

Shades of Rust #A94D11

Tints of Rust #A94D11

Color information

#A94D11 (or 0xA94D11) is unknown color: approx Rust. HEX triplet: A9, 4D and 11. RGB value is (169,77,17). Sum of RGB (Red+Green+Blue) = 169+77+17=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94D11 is #56B2EE. Grayscale: #626262. Windows color (decimal): -5681903 or 1133993. OLE color: 1133993.

HSL color Cylindrical-coordinate representation of color #A94D11: hue angle of 23.68º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94D11 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1697717-
CMYK00.540.900.34
HSL23.68º81.72%36.47%-
HSV(B)23.68º89.94%66.27%-
XYZ19.1213.782.18-
YUV97.6782.48178.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.26%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=64.26%
G=29.28%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169771700.540.900.3423.6881.7236.47
HexA94D110365A22185224
Octal25111521066132423012244
Binary1010100110011011000101101101011010100010110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D11; }

 p { color: rgb(169,77,17); }

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

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

 a { background-color: rgb(169,77,17); }

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

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

 span { border-color: rgb(169,77,17); }

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