#A94712

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

Shades of Rust #A94712

Tints of Rust #A94712

Color information

#A94712 (or 0xA94712) is unknown color: approx Rust. HEX triplet: A9, 47 and 12. RGB value is (169,71,18). Sum of RGB (Red+Green+Blue) = 169+71+18=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94712 is #56B8ED. Grayscale: #5E5E5E. Windows color (decimal): -5683438 or 1197993. OLE color: 1197993.

HSL color Cylindrical-coordinate representation of color #A94712: hue angle of 21.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A94712 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1697118-
CMYK00.580.890.34
HSL21.06º80.75%36.67%-
HSV(B)21.06º89.35%66.27%-
XYZ18.7212.992.09-
YUV94.2684.97181.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 65.50%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 18 (7.42% from 255) = 6.98%
R=65.50%
G=27.52%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169711800.580.890.3421.0680.7536.67
HexA9471203A5922155125
Octal25110722072131422512145
Binary1010100110001111001001110101011001100010101011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94712; }

 p { color: rgb(169,71,18); }

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

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

 a { background-color: rgb(169,71,18); }

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

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

 span { border-color: rgb(169,71,18); }

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