#A74606

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

Shades of Rust #A74606

Tints of Rust #A74606

Color information

#A74606 (or 0xA74606) is unknown color: approx Rust. HEX triplet: A7, 46 and 06. RGB value is (167,70,6). Sum of RGB (Red+Green+Blue) = 167+70+6=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A74606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74606 is #58B9F9. Grayscale: #5C5C5C. Windows color (decimal): -5814778 or 411303. OLE color: 411303.

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

Color convert

RGB167706-
CMYK00.580.960.35
HSL23.85º93.06%33.92%-
HSV(B)23.85º96.41%65.49%-
XYZ18.1612.611.65-
YUV91.7179.64181.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 70 (27.73% from 255) = 28.81%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=68.72%
G=28.81%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16770600.580.960.3523.8593.0633.92
HexA746603A6023185d22
Octal2471066072140433013542
Binary10100111100011011001110101100000100011110001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74606; }

 p { color: rgb(167,70,6); }

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

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

 a { background-color: rgb(167,70,6); }

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

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

 span { border-color: rgb(167,70,6); }

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