#A84116

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

Shades of Rust #A84116

Tints of Rust #A84116

Color information

#A84116 (or 0xA84116) is unknown color: approx Rust. HEX triplet: A8, 41 and 16. RGB value is (168,65,22). Sum of RGB (Red+Green+Blue) = 168+65+22=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84116 is #57BEE9. Grayscale: #5B5B5B. Windows color (decimal): -5750506 or 1458600. OLE color: 1458600.

HSL color Cylindrical-coordinate representation of color #A84116: hue angle of 17.67º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A84116 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB1686522-
CMYK00.610.870.34
HSL17.67º76.84%37.25%-
HSV(B)17.67º86.9%65.88%-
XYZ18.1812.162.15-
YUV90.989.12183-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.88%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=65.88%
G=25.49%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168652200.610.870.3417.6776.8437.25
HexA8411603D5722124d25
Octal25010126075127422211545
Binary1010100010000011011001111011010111100010100101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84116; }

 p { color: rgb(168,65,22); }

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

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

 a { background-color: rgb(168,65,22); }

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

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

 span { border-color: rgb(168,65,22); }

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