#A94F06

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

Shades of Rust #A94F06

Tints of Rust #A94F06

Color information

#A94F06 (or 0xA94F06) is unknown color: approx Rust. HEX triplet: A9, 4F and 06. RGB value is (169,79,6). Sum of RGB (Red+Green+Blue) = 169+79+6=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94F06 is #56B0F9. Grayscale: #616161. Windows color (decimal): -5681402 or 413609. OLE color: 413609.

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

Color convert

RGB169796-
CMYK00.530.960.34
HSL26.87º93.14%34.31%-
HSV(B)26.87º96.45%66.27%-
XYZ19.1914.041.87-
YUV97.5976.32178.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.54%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=66.54%
G=31.10%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16979600.530.960.3426.8793.1434.31
HexA94F603560221b5d22
Octal2511176065140423313542
Binary10101001100111111001101011100000100010110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F06; }

 p { color: rgb(169,79,6); }

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

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

 a { background-color: rgb(169,79,6); }

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

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

 span { border-color: rgb(169,79,6); }

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