#A84110

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

Shades of Rust #A84110

Tints of Rust #A84110

Color information

#A84110 (or 0xA84110) is unknown color: approx Rust. HEX triplet: A8, 41 and 10. RGB value is (168,65,16). Sum of RGB (Red+Green+Blue) = 168+65+16=249 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.47% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 168 - color contains mainly: red. Hex color #A84110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84110 is #57BEEF. Grayscale: #5A5A5A. Windows color (decimal): -5750512 or 1065384. OLE color: 1065384.

HSL color Cylindrical-coordinate representation of color #A84110: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84110 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1686516-
CMYK00.610.900.34
HSL19.34º82.61%36.08%-
HSV(B)19.34º90.48%65.88%-
XYZ18.1312.141.88-
YUV90.2186.12183.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.47%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 16 (6.64% from 255) = 6.43%
R=67.47%
G=26.10%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168651600.610.900.3419.3482.6136.08
HexA8411003D5A22135324
Octal25010120075132422312344
Binary1010100010000011000001111011011010100010100111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84110; }

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

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

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

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

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

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

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

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