#A93C06

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

Shades of Rust #A93C06

Tints of Rust #A93C06

Color information

#A93C06 (or 0xA93C06) is unknown color: approx Rust. HEX triplet: A9, 3C and 06. RGB value is (169,60,6). Sum of RGB (Red+Green+Blue) = 169+60+6=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C06 is #56C3F9. Grayscale: #565656. Windows color (decimal): -5686266 or 408745. OLE color: 408745.

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

Color convert

RGB169606-
CMYK00.640.960.34
HSL19.88º93.14%34.31%-
HSV(B)19.88º96.45%66.27%-
XYZ18.0111.681.48-
YUV86.4482.61186.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.91%
GREEN value IS 60 (23.83% from 255) = 25.53%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=71.91%
G=25.53%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16960600.640.960.3419.8893.1434.31
HexA93C60406022145d22
Octal2517460100140422413542
Binary10101001111100110010000001100000100010101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93C06; }

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

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

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

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

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

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

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

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