#A74E03

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

Shades of Rust #A74E03

Tints of Rust #A74E03

Color information

#A74E03 (or 0xA74E03) is unknown color: approx Rust. HEX triplet: A7, 4E and 03. RGB value is (167,78,3). Sum of RGB (Red+Green+Blue) = 167+78+3=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74E03 is #58B1FC. Grayscale: #606060. Windows color (decimal): -5812733 or 216743. OLE color: 216743.

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

Color convert

RGB167783-
CMYK00.530.980.35
HSL27.44º96.47%33.33%-
HSV(B)27.44º98.2%65.49%-
XYZ18.6813.671.74-
YUV96.0675.49178.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.34%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=67.34%
G=31.45%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16778300.530.980.3527.4496.4733.33
HexA74E303562231b6021
Octal2471163065142433314041
Binary1010011110011101101101011100010100011110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E03; }

 p { color: rgb(167,78,3); }

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

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

 a { background-color: rgb(167,78,3); }

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

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

 span { border-color: rgb(167,78,3); }

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