#A74F02

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

Shades of Rust #A74F02

Tints of Rust #A74F02

Color information

#A74F02 (or 0xA74F02) is unknown color: approx Rust. HEX triplet: A7, 4F and 02. RGB value is (167,79,2). Sum of RGB (Red+Green+Blue) = 167+79+2=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74F02 is #58B0FD. Grayscale: #606060. Windows color (decimal): -5812478 or 151463. OLE color: 151463.

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

Color convert

RGB167792-
CMYK00.530.990.35
HSL28º97.63%33.14%-
HSV(B)28º98.8%65.49%-
XYZ18.7413.811.74-
YUV96.5374.65178.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.34%
GREEN value IS 79 (31.25% from 255) = 31.85%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=67.34%
G=31.85%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16779200.530.990.352897.6333.14
HexA74F203563231c6221
Octal2471172065143433414241
Binary1010011110011111001101011100011100011111001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74F02; }

 p { color: rgb(167,79,2); }

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

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

 a { background-color: rgb(167,79,2); }

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

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

 span { border-color: rgb(167,79,2); }

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