#A84A01

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

Shades of Rust #A84A01

Tints of Rust #A84A01

Color information

#A84A01 (or 0xA84A01) is unknown color: approx Rust. HEX triplet: A8, 4A and 01. RGB value is (168,74,1). Sum of RGB (Red+Green+Blue) = 168+74+1=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84A01 is #57B5FE. Grayscale: #5E5E5E. Windows color (decimal): -5748223 or 84648. OLE color: 84648.

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

Color convert

RGB168741-
CMYK00.560.990.34
HSL26.23º98.82%33.14%-
HSV(B)26.23º99.4%65.88%-
XYZ18.613.221.6-
YUV93.7875.64180.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.14%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=69.14%
G=30.45%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16874100.560.990.3426.2398.8233.14
HexA84A103863221a6321
Octal2501121070143423214341
Binary101010001001010101110001100011100010110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84A01; }

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

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

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

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

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

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

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

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