#A84C0D

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

Shades of Rust #A84C0D

Tints of Rust #A84C0D

Color information

#A84C0D (or 0xA84C0D) is unknown color: approx Rust. HEX triplet: A8, 4C and 0D. RGB value is (168,76,13). Sum of RGB (Red+Green+Blue) = 168+76+13=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C0D is #57B3F2. Grayscale: #606060. Windows color (decimal): -5747699 or 871592. OLE color: 871592.

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

Color convert

RGB1687613-
CMYK00.550.920.34
HSL24.39º85.64%35.49%-
HSV(B)24.39º92.26%65.88%-
XYZ18.8113.522-
YUV96.3380.98179.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.37%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=65.37%
G=29.57%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168761300.550.920.3424.3985.6435.49
HexA84CD0375C22185623
Octal25011415067134423012643
Binary101010001001100110101101111011100100010110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84C0D; }

 p { color: rgb(168,76,13); }

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

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

 a { background-color: rgb(168,76,13); }

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

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

 span { border-color: rgb(168,76,13); }

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