#A34A07

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

Shades of Rust #A34A07

Tints of Rust #A34A07

Color information

#A34A07 (or 0xA34A07) is unknown color: approx Rust. HEX triplet: A3, 4A and 07. RGB value is (163,74,7). Sum of RGB (Red+Green+Blue) = 163+74+7=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34A07 is #5CB5F8. Grayscale: #5D5D5D. Windows color (decimal): -6075897 or 477859. OLE color: 477859.

HSL color Cylindrical-coordinate representation of color #A34A07: hue angle of 25.77º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A34A07 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163747-
CMYK00.550.960.36
HSL25.77º91.76%33.33%-
HSV(B)25.77º95.71%63.92%-
XYZ17.5912.71.73-
YUV92.9779.49177.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=66.80%
G=30.33%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16374700.550.960.3625.7791.7633.33
HexA34A703760241a5c21
Octal2431127067140443213441
Binary10100011100101011101101111100000100100110101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A07; }

 p { color: rgb(163,74,7); }

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

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

 a { background-color: rgb(163,74,7); }

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

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

 span { border-color: rgb(163,74,7); }

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