#A84B12

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

Shades of Rust #A84B12

Tints of Rust #A84B12

Color information

#A84B12 (or 0xA84B12) is unknown color: approx Rust. HEX triplet: A8, 4B and 12. RGB value is (168,75,18). Sum of RGB (Red+Green+Blue) = 168+75+18=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84B12 is #57B4ED. Grayscale: #606060. Windows color (decimal): -5747950 or 1199016. OLE color: 1199016.

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

Color convert

RGB1687518-
CMYK00.550.890.34
HSL22.8º80.65%36.47%-
HSV(B)22.8º89.29%65.88%-
XYZ18.7713.42.17-
YUV96.3183.81179.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.37%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=64.37%
G=28.74%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168751800.550.890.3422.880.6536.47
HexA84B120375922175124
Octal25011322067131422712144
Binary1010100010010111001001101111011001100010101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84B12; }

 p { color: rgb(168,75,18); }

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

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

 a { background-color: rgb(168,75,18); }

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

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

 span { border-color: rgb(168,75,18); }

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