#A84A12

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

Shades of Rust #A84A12

Tints of Rust #A84A12

Color information

#A84A12 (or 0xA84A12) is unknown color: approx Rust. HEX triplet: A8, 4A and 12. RGB value is (168,74,18). Sum of RGB (Red+Green+Blue) = 168+74+18=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A12 is #57B5ED. Grayscale: #606060. Windows color (decimal): -5748206 or 1198760. OLE color: 1198760.

HSL color Cylindrical-coordinate representation of color #A84A12: hue angle of 22.4º 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 #A84A12 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1687418-
CMYK00.560.890.34
HSL22.4º80.65%36.47%-
HSV(B)22.4º89.29%65.88%-
XYZ18.7113.272.15-
YUV95.7284.14179.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 64.62%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 18 (7.42% from 255) = 6.92%
R=64.62%
G=28.46%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168741800.560.890.3422.480.6536.47
HexA84A120385922165124
Octal25011222070131422612144
Binary1010100010010101001001110001011001100010101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A12; }

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

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

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

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

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

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

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

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