#a8500a

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

Shades of Rust #A8500A

Tints of Rust #A8500A

Color information

#A8500A (or 0xA8500A) is unknown color: approx Rust. HEX triplet: A8, 50 and 0A. RGB value is (168,80,10). Sum of RGB (Red+Green+Blue) = 168+80+10=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A8500A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8500A is #57AFF5. Grayscale: #626262. Windows color (decimal): -5746678 or 676008. OLE color: 676008.

HSL color Cylindrical-coordinate representation of color #A8500A: hue angle of 26.58º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8500A is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB1688010-
CMYK00.520.940.34
HSL26.58º88.76%34.9%-
HSV(B)26.58º94.05%65.88%-
XYZ19.0714.082-
YUV98.3378.15177.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.12%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=65.12%
G=31.01%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168801000.520.940.3426.5888.7634.9
HexA850A0345E221b5923
Octal25012012064136423313143
Binary101010001010000101001101001011110100010110111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8500a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8500a; }

 p { color: rgb(168,80,10); }

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

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

 a { background-color: rgb(168,80,10); }

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

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

 span { border-color: rgb(168,80,10); }

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