#A74906

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

Shades of Rust #A74906

Tints of Rust #A74906

Color information

#A74906 (or 0xA74906) is unknown color: approx Rust. HEX triplet: A7, 49 and 06. RGB value is (167,73,6). Sum of RGB (Red+Green+Blue) = 167+73+6=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A74906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74906 is #58B6F9. Grayscale: #5D5D5D. Windows color (decimal): -5814010 or 412071. OLE color: 412071.

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

Color convert

RGB167736-
CMYK00.560.960.35
HSL24.97º93.06%33.92%-
HSV(B)24.97º96.41%65.49%-
XYZ18.3512.991.71-
YUV93.4778.64180.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.89%
GREEN value IS 73 (28.91% from 255) = 29.67%
BLUE value IS 6 (2.73% from 255) = 2.44%
R=67.89%
G=29.67%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16773600.560.960.3524.9793.0633.92
HexA74960386023195d22
Octal2471116070140433113542
Binary10100111100100111001110001100000100011110011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74906; }

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

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

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

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

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

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

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

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