#A74908

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

Shades of Rust #A74908

Tints of Rust #A74908

Color information

#A74908 (or 0xA74908) is unknown color: approx Rust. HEX triplet: A7, 49 and 08. RGB value is (167,73,8). Sum of RGB (Red+Green+Blue) = 167+73+8=248 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.34% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 167 - color contains mainly: red. Hex color #A74908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74908 is #58B6F7. Grayscale: #5E5E5E. Windows color (decimal): -5814008 or 543143. OLE color: 543143.

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

Color convert

RGB167738-
CMYK00.560.950.35
HSL24.53º90.86%34.31%-
HSV(B)24.53º95.21%65.49%-
XYZ18.36131.77-
YUV93.779.64180.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.34%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 8 (3.52% from 255) = 3.23%
R=67.34%
G=29.44%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16773800.560.950.3524.5390.8634.31
HexA74980385F23195b22
Octal24711110070137433113342
Binary101001111001001100001110001011111100011110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74908; }

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

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

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

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

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

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

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

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