#A85300

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

Shades of Rust #A85300

Tints of Rust #A85300

Color information

#A85300 (or 0xA85300) is unknown color: approx Rust. HEX triplet: A8, 53 and 00. RGB value is (168,83,0). Sum of RGB (Red+Green+Blue) = 168+83+0=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A85300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85300 is #57ACFF. Grayscale: #636363. Windows color (decimal): -5745920 or 21416. OLE color: 21416.

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

Color convert

RGB168830-
CMYK00.5110.34
HSL29.64º100%32.94%-
HSV(B)29.64º100%65.88%-
XYZ19.2414.511.79-
YUV98.9572.16177.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 66.93%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.93%
G=33.07%
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
Decimal16883000.5110.3429.6410032.94
HexA853003364221e6421
Octal2501230063144423614441
Binary101010001010011001100111100100100010111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85300; }

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

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

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

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

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

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

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

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