#A84001

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

Shades of Rust #A84001

Tints of Rust #A84001

Color information

#A84001 (or 0xA84001) is unknown color: approx Rust. HEX triplet: A8, 40 and 01. RGB value is (168,64,1). Sum of RGB (Red+Green+Blue) = 168+64+1=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A84001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84001 is #57BFFE. Grayscale: #585858. Windows color (decimal): -5750783 or 82088. OLE color: 82088.

HSL color Cylindrical-coordinate representation of color #A84001: hue angle of 22.63º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A84001 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB168641-
CMYK00.620.990.34
HSL22.63º98.82%33.14%-
HSV(B)22.63º99.4%65.88%-
XYZ17.9911.991.4-
YUV87.9178.96185.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 72.10%
GREEN value IS 64 (25.39% from 255) = 27.47%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=72.10%
G=27.47%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16864100.620.990.3422.6398.8233.14
HexA840103E6322176321
Octal2501001076143422714341
Binary101010001000000101111101100011100010101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84001; }

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

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

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

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

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

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

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

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