#A74107

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

Shades of Rust #A74107

Tints of Rust #A74107

Color information

#A74107 (or 0xA74107) is unknown color: approx Rust. HEX triplet: A7, 41 and 07. RGB value is (167,65,7). Sum of RGB (Red+Green+Blue) = 167+65+7=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A74107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74107 is #58BEF8. Grayscale: #595959. Windows color (decimal): -5816057 or 475559. OLE color: 475559.

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

Color convert

RGB167657-
CMYK00.610.960.35
HSL21.75º91.95%34.12%-
HSV(B)21.75º95.81%65.49%-
XYZ17.8612.011.58-
YUV88.8981.79183.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 69.87%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 7 (3.12% from 255) = 2.93%
R=69.87%
G=27.20%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16765700.610.960.3521.7591.9534.12
HexA741703D6023165c22
Octal2471017075140432613442
Binary10100111100000111101111011100000100011101101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74107; }

 p { color: rgb(167,65,7); }

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

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

 a { background-color: rgb(167,65,7); }

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

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

 span { border-color: rgb(167,65,7); }

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