#A94E06

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

Shades of Rust #A94E06

Tints of Rust #A94E06

Color information

#A94E06 (or 0xA94E06) is unknown color: approx Rust. HEX triplet: A9, 4E and 06. RGB value is (169,78,6). Sum of RGB (Red+Green+Blue) = 169+78+6=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94E06 is #56B1F9. Grayscale: #616161. Windows color (decimal): -5681658 or 413353. OLE color: 413353.

HSL color Cylindrical-coordinate representation of color #A94E06: hue angle of 26.5º 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 #A94E06 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB169786-
CMYK00.540.960.34
HSL26.5º93.14%34.31%-
HSV(B)26.5º96.45%66.27%-
XYZ19.1213.91.85-
YUV9776.65179.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 66.80%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=66.80%
G=30.83%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16978600.540.960.3426.593.1434.31
HexA94E603660221b5d22
Octal2511166066140423313542
Binary10101001100111011001101101100000100010110111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E06; }

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

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

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

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

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

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

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

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