#A84E0A

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

Shades of Rust #A84E0A

Tints of Rust #A84E0A

Color information

#A84E0A (or 0xA84E0A) is unknown color: approx Rust. HEX triplet: A8, 4E and 0A. RGB value is (168,78,10). Sum of RGB (Red+Green+Blue) = 168+78+10=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E0A is #57B1F5. Grayscale: #616161. Windows color (decimal): -5747190 or 675496. OLE color: 675496.

HSL color Cylindrical-coordinate representation of color #A84E0A: hue angle of 25.82º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A84E0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB1687810-
CMYK00.540.940.34
HSL25.82º88.76%34.9%-
HSV(B)25.82º94.05%65.88%-
XYZ18.9313.81.95-
YUV97.1678.82178.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.62%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 10 (4.30% from 255) = 3.91%
R=65.62%
G=30.47%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168781000.540.940.3425.8288.7634.9
HexA84EA0365E221a5923
Octal25011612066136423213143
Binary101010001001110101001101101011110100010110101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84E0A; }

 p { color: rgb(168,78,10); }

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

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

 a { background-color: rgb(168,78,10); }

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

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

 span { border-color: rgb(168,78,10); }

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