#A85109

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

Shades of Rust #A85109

Tints of Rust #A85109

Color information

#A85109 (or 0xA85109) is unknown color: approx Rust. HEX triplet: A8, 51 and 09. RGB value is (168,81,9). Sum of RGB (Red+Green+Blue) = 168+81+9=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A85109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85109 is #57AEF6. Grayscale: #636363. Windows color (decimal): -5746423 or 610728. OLE color: 610728.

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

Color convert

RGB168819-
CMYK00.520.950.34
HSL27.17º89.83%34.71%-
HSV(B)27.17º94.64%65.88%-
XYZ19.1414.232-
YUV98.877.32177.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 65.12%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 9 (3.91% from 255) = 3.49%
R=65.12%
G=31.40%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16881900.520.950.3427.1789.8334.71
HexA85190345F221b5a23
Octal25012111064137423313243
Binary101010001010001100101101001011111100010110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85109; }

 p { color: rgb(168,81,9); }

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

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

 a { background-color: rgb(168,81,9); }

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

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

 span { border-color: rgb(168,81,9); }

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