#A34207

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

Shades of Rust #A34207

Tints of Rust #A34207

Color information

#A34207 (or 0xA34207) is unknown color: approx Rust. HEX triplet: A3, 42 and 07. RGB value is (163,66,7). Sum of RGB (Red+Green+Blue) = 163+66+7=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A34207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34207 is #5CBDF8. Grayscale: #585858. Windows color (decimal): -6077945 or 475811. OLE color: 475811.

HSL color Cylindrical-coordinate representation of color #A34207: hue angle of 22.69º 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 #A34207 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163667-
CMYK00.600.960.36
HSL22.69º91.76%33.33%-
HSV(B)22.69º95.71%63.92%-
XYZ17.0911.71.56-
YUV88.2882.14181.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 7 (3.12% from 255) = 2.97%
R=69.07%
G=27.97%
B=2.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16366700.600.960.3622.6991.7633.33
HexA342703C6024175c21
Octal2431027074140442713441
Binary10100011100001011101111001100000100100101111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34207; }

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

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

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

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

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

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

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

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