#A34700

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

Shades of Rust #A34700

Tints of Rust #A34700

Color information

#A34700 (or 0xA34700) is unknown color: approx Rust. HEX triplet: A3, 47 and 00. RGB value is (163,71,0). Sum of RGB (Red+Green+Blue) = 163+71+0=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A34700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34700 is #5CB8FF. Grayscale: #5A5A5A. Windows color (decimal): -6076672 or 18339. OLE color: 18339.

HSL color Cylindrical-coordinate representation of color #A34700: hue angle of 26.13º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A34700 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB163710-
CMYK00.5610.36
HSL26.13º100%31.96%-
HSV(B)26.13º100%63.92%-
XYZ17.3612.291.46-
YUV90.4176.98179.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.66%
G=30.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16371000.5610.3626.1310031.96
HexA347003864241a6420
Octal2431070070144443214440
Binary101000111000111001110001100100100100110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34700; }

 p { color: rgb(163,71,0); }

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

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

 a { background-color: rgb(163,71,0); }

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

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

 span { border-color: rgb(163,71,0); }

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