#A85200

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

Shades of Rust #A85200

Tints of Rust #A85200

Color information

#A85200 (or 0xA85200) is unknown color: approx Rust. HEX triplet: A8, 52 and 00. RGB value is (168,82,0). Sum of RGB (Red+Green+Blue) = 168+82+0=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A85200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85200 is #57ADFF. Grayscale: #626262. Windows color (decimal): -5746176 or 21160. OLE color: 21160.

HSL color Cylindrical-coordinate representation of color #A85200: hue angle of 29.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A85200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB168820-
CMYK00.5110.34
HSL29.29º100%32.94%-
HSV(B)29.29º100%65.88%-
XYZ19.1714.361.76-
YUV98.3772.49177.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.2%
G=32.8%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16882000.5110.3429.2910032.94
HexA852003364221d6421
Octal2501220063144423514441
Binary101010001010010001100111100100100010111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85200; }

 p { color: rgb(168,82,0); }

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

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

 a { background-color: rgb(168,82,0); }

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

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

 span { border-color: rgb(168,82,0); }

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