#A74D09

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

Shades of Rust #A74D09

Tints of Rust #A74D09

Color information

#A74D09 (or 0xA74D09) is unknown color: approx Rust. HEX triplet: A7, 4D and 09. RGB value is (167,77,9). Sum of RGB (Red+Green+Blue) = 167+77+9=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A74D09 is #58B2F6. Grayscale: #606060. Windows color (decimal): -5812983 or 609703. OLE color: 609703.

HSL color Cylindrical-coordinate representation of color #A74D09: hue angle of 25.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A74D09 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB167779-
CMYK00.540.950.35
HSL25.82º89.77%34.51%-
HSV(B)25.82º94.61%65.49%-
XYZ18.6413.541.89-
YUV96.1678.82178.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 9 (3.91% from 255) = 3.56%
R=66.01%
G=30.43%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16777900.540.950.3525.8289.7734.51
HexA74D90365F231a5a23
Octal24711511066137433213243
Binary101001111001101100101101101011111100011110101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74D09; }

 p { color: rgb(167,77,9); }

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

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

 a { background-color: rgb(167,77,9); }

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

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

 span { border-color: rgb(167,77,9); }

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