#A84016

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

Shades of Rust #A84016

Tints of Rust #A84016

Color information

#A84016 (or 0xA84016) is unknown color: approx Rust. HEX triplet: A8, 40 and 16. RGB value is (168,64,22). Sum of RGB (Red+Green+Blue) = 168+64+22=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84016 is #57BFE9. Grayscale: #5A5A5A. Windows color (decimal): -5750762 or 1458344. OLE color: 1458344.

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

Color convert

RGB1686422-
CMYK00.620.870.34
HSL17.26º76.84%37.25%-
HSV(B)17.26º86.9%65.88%-
XYZ18.1312.052.13-
YUV90.3189.46183.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.14%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=66.14%
G=25.20%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168642200.620.870.3417.2676.8437.25
HexA8401603E5722114d25
Octal25010026076127422111545
Binary1010100010000001011001111101010111100010100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84016; }

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

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

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

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

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

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

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

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