#A84101

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

Shades of Rust #A84101

Tints of Rust #A84101

Color information

#A84101 (or 0xA84101) is unknown color: approx Rust. HEX triplet: A8, 41 and 01. RGB value is (168,65,1). Sum of RGB (Red+Green+Blue) = 168+65+1=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A84101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84101 is #57BEFE. Grayscale: #585858. Windows color (decimal): -5750527 or 82344. OLE color: 82344.

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

Color convert

RGB168651-
CMYK00.610.990.34
HSL22.99º98.82%33.14%-
HSV(B)22.99º99.4%65.88%-
XYZ18.0412.111.41-
YUV88.578.62184.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.79%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=71.79%
G=27.78%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16865100.610.990.3422.9998.8233.14
HexA841103D6322176321
Octal2501011075143422714341
Binary101010001000001101111011100011100010101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84101; }

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

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

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

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

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

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

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

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