#A94107

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

Shades of Rust #A94107

Tints of Rust #A94107

Color information

#A94107 (or 0xA94107) is unknown color: approx Rust. HEX triplet: A9, 41 and 07. RGB value is (169,65,7). Sum of RGB (Red+Green+Blue) = 169+65+7=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A94107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94107 is #56BEF8. Grayscale: #595959. Windows color (decimal): -5684985 or 475561. OLE color: 475561.

HSL color Cylindrical-coordinate representation of color #A94107: hue angle of 21.48º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A94107 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169657-
CMYK00.620.960.34
HSL21.48º92.05%34.51%-
HSV(B)21.48º95.86%66.27%-
XYZ18.2912.231.6-
YUV89.4881.46184.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 70.12%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=70.12%
G=26.97%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16965700.620.960.3421.4892.0534.51
HexA941703E6022155c23
Octal2511017076140422513443
Binary10101001100000111101111101100000100010101011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94107; }

 p { color: rgb(169,65,7); }

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

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

 a { background-color: rgb(169,65,7); }

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

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

 span { border-color: rgb(169,65,7); }

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