#a74a08

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

Shades of Rust #A74A08

Tints of Rust #A74A08

Color information

#A74A08 (or 0xA74A08) is unknown color: approx Rust. HEX triplet: A7, 4A and 08. RGB value is (167,74,8). Sum of RGB (Red+Green+Blue) = 167+74+8=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A08 is #58B5F7. Grayscale: #5E5E5E. Windows color (decimal): -5813752 or 543399. OLE color: 543399.

HSL color Cylindrical-coordinate representation of color #A74A08: hue angle of 24.91º 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 #A74A08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB167748-
CMYK00.560.950.35
HSL24.91º90.86%34.31%-
HSV(B)24.91º95.21%65.49%-
XYZ18.4313.131.79-
YUV94.2879.31179.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 67.07%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 8 (3.52% from 255) = 3.21%
R=67.07%
G=29.72%
B=3.21%

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
Decimal16774800.560.950.3524.9190.8634.31
HexA74A80385F23195b22
Octal24711210070137433113342
Binary101001111001010100001110001011111100011110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74a08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74a08; }

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

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

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

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

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

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

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

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